Skip to content

Commit

Permalink
fix restore .env file step
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocampos-ssa committed Jun 21, 2024
1 parent e588ee4 commit 489d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Restore .env file
run: |
echo ${{ vars.NODES_ENV }} > packages/kos-sdk/.env.nodes
echo "${{ vars.NODES_ENV }}" > packages/kos-sdk/.env.nodes
- name: Run Tests
run: cargo test
Expand Down

0 comments on commit 489d4b9

Please sign in to comment.