Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Feb 19, 2025
1 parent 64163ea commit d2d5e0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/setup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
env:
ZOMBIE_TRACE: 1
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZOMBIE_RELEASES_FILE: ./releases.json
ZOMBIE_RELEASES_FILE: /tmp/releases.json

permissions: {}

Expand Down Expand Up @@ -52,7 +52,9 @@ jobs:
uses: actions/[email protected]
with:
name: releases-${{ github.sha }}.json
- run: ls -l
- run: |
ls -l
mv releases.json /tmp
- run: npm install && npm update
working-directory: "./javascript"
- run: npm run build
Expand Down

0 comments on commit d2d5e0f

Please sign in to comment.