Skip to content

Commit

Permalink
ci.yml - woring-directory set to test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
candunaj committed May 19, 2023
1 parent 8b75cd6 commit 8ac9b95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: npm run lint
- name: Run Tests
run: npm run test:ember
working-directory: test-app

floating:
name: "Floating Dependencies"
Expand All @@ -40,6 +41,7 @@ jobs:
run: npm install --no-shrinkwrap
- name: Run Tests
run: npm run test:ember
working-directory: test-app

try-scenarios:
name: ${{ matrix.try-scenario }}
Expand Down Expand Up @@ -76,3 +78,4 @@ jobs:
run: npm ci
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
working-directory: test-app

0 comments on commit 8ac9b95

Please sign in to comment.