Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Oct 23, 2023
1 parent 37de162 commit c61baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup environment
run: |
echo "ZKSYNC_HOME=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin:$PATH" >> $GITHUB_ENV
echo "PATH=${{ github.workspace }}/bin:$PATH" >> $GITHUB_ENV
- name: Run tests
run: |
npm test

0 comments on commit c61baa5

Please sign in to comment.