Skip to content

Commit

Permalink
fixed test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdeyyy committed Apr 4, 2024
1 parent 635e9ac commit 90e21f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
test:
name: Run Tests
env:
PAYSTACK_SECRET: ${{ secrets.PAYSTACK_SECRET }}
CUSTOMER_CODE: ${{ secrets.CUSTOMER_CODE }}
runs-on: ubuntu-latest

steps:
Expand All @@ -26,4 +23,7 @@ jobs:
- name: Install dependencies
run: bun install
- name: Run Tests
env:
PAYSTACK_SECRET: ${{ secrets.PAYSTACK_SECRET }}
CUSTOMER_CODE: ${{ secrets.CUSTOMER_CODE }}
run: bun test

0 comments on commit 90e21f0

Please sign in to comment.