Skip to content

Commit

Permalink
Fix test script for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Ok <aliok@redhat.com>
  • Loading branch information
aliok committed Dec 20, 2023
1 parent e2c3e17 commit 50dc626
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/backstage-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
- name: Run tests
shell: bash
working-directory: ./backstage
run: yarn test
run: |
export PATH="./node_modules/.bin/:$PATH"
yarn test
1 change: 1 addition & 0 deletions backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@backstage/e2e-test-utils": "^0.1.0",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^12.0.0",
"backstage-cli": "^1.0.0-alpha.2",
"concurrently": "^8.0.0",
"lerna": "^7.3.0",
"node-gyp": "^9.0.0",
Expand Down
Loading

0 comments on commit 50dc626

Please sign in to comment.