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
|
@ -10,6 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: run
|
name: run
|
||||||
|
if: false # something is broken with this job so skip for now
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: discourse/discourse_test:release
|
container: discourse/discourse_test:release
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
|
|
Loading…
Reference in New Issue