Skip to content

Commit

Permalink
fix: temporal pwd for test purpoise
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing committed Apr 26, 2024
1 parent b93869f commit c5a5efb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies ⏬
run: npm ci
run: |
npm ci
pwd
- name: Test code ✅
run: npm run test
Expand Down

0 comments on commit c5a5efb

Please sign in to comment.