Skip to content

Commit

Permalink
GH-PG: normal test
Browse files Browse the repository at this point in the history
  • Loading branch information
SOberdorfer committed Jan 18, 2025
1 parent 5151266 commit 512ff82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rwf_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
cache-dependency-path: package-lock.json

- name: 📦 Install dependencies
run: npm ci
run: npm install

- name: ✅ Test
run: npm run ci-test
run: npm run test

- name: 🏗️ Build
run: npm run test
Expand Down

0 comments on commit 512ff82

Please sign in to comment.