Skip to content

Commit

Permalink
Add environment variable access and remove duplicate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdeyyy committed Apr 4, 2024
1 parent 18d8dc5 commit 7aa1c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
node-version: "20.x"

- name: Access environment variable
run: echo $PAYSTACK_SECRET
- name: Install Bun
run: npm install -g bun

- name: Run Tests
run: bun test
- name: Access environment variable
run: echo $PAYSTACK_SECRET

0 comments on commit 7aa1c1a

Please sign in to comment.