1
0
Fork 0
mirror of https://github.com/kou029w/intro-to-software-testing.git synced 2025-04-01 17:55:15 +00:00
This commit is contained in:
Nebel 2022-07-22 19:08:06 +09:00
parent 7e995b04d9
commit e17ef10af6

View file

@ -208,8 +208,8 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with: { node-version: lts/*, cache: npm }
- run: npm ci
- run: npm test