mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Disable Ember CLI tests on Github.
Tests are consistently failing on Github so we're disabling it for now.
This commit is contained in:
parent
f438cb8e65
commit
94fe5d9bf7
1
.github/workflows/ember.yml
vendored
1
.github/workflows/ember.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: run
|
||||
if: false # something is broken with this job so skip for now
|
||||
runs-on: ubuntu-latest
|
||||
container: discourse/discourse_test:release
|
||||
timeout-minutes: 40
|
||||
|
Loading…
x
Reference in New Issue
Block a user