We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b4af3 commit 9c46282Copy full SHA for 9c46282
.github/workflows/ci.yml
@@ -76,12 +76,4 @@ jobs:
76
- name: Install Dependencies
77
run: yarn install --frozen-lockfile
78
- name: Run Tests
79
- run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
80
-
81
- automerge:
82
- needs: [test, floating, try-scenarios]
83
- runs-on: ubuntu-latest
84
- steps:
85
- - uses: fastify/github-action-merge-dependabot@v3
86
- with:
87
- github-token: ${{secrets.GITHUB_TOKEN}}
+ run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
0 commit comments