Skip to content

Commit

Permalink
ci: fix smoke test's npm setup (#714)
Browse files Browse the repository at this point in the history
* chore(dev-deps): update eslint-remote-tester-repositories

* ci: fix smoke test's npm setup
  • Loading branch information
AriPerkkio committed Jan 5, 2023
1 parent 4bb2c93 commit 98cb755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Checkout
uses: actions/checkout@v3

- name: Use Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'

- run: |
npm install
npm run build
- run: npm link
working-directory: ./dist

- run: npm link eslint-plugin-testing-library

- uses: AriPerkkio/eslint-remote-tester-run-action@v3
with:
issue-title: 'Results of weekly scheduled smoke test'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^0.0.8",
"eslint-remote-tester-repositories": "^1.0.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"jest": "^28.1.3",
Expand Down

0 comments on commit 98cb755

Please sign in to comment.