Skip to content

Commit

Permalink
Update test_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Aug 23, 2024
1 parent d111c6a commit 7572aa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- name: Run tests
run: |
echo "here we run tests"
echo "the secret is: ${{ vars.TEST_SECRET }}"
echo "the secret is: "
echo "$env.TEST_SECRET"
example-command "$env:TEST_SECRET"

0 comments on commit 7572aa5

Please sign in to comment.