diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d69c65..07cd386 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: lint: steps: - name: getting code - runs on: ubuntu-latest + runs-on: ubuntu-latest uses: actions/checkout@v4 - name: installing dependencies run: npm ci @@ -14,7 +14,7 @@ jobs: needs: lint steps: - name: getting code - runs on: ubuntu-latest + runs-on: ubuntu-latest uses: actions/checkout@v4 - name: installing dependencies run: npm ci @@ -24,7 +24,7 @@ jobs: needs: build steps: - name: getting code - runs on: ubuntu-latest + runs-on: ubuntu-latest uses: actions/checkout@v4 - name: installing dependencies run: npm ci