Skip to content

Commit

Permalink
Updated test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bibipkins committed Feb 7, 2024
1 parent b627ee6 commit 788ad61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test - Results All
uses: ./
with:
Expand Down

0 comments on commit 788ad61

Please sign in to comment.