Skip to content

Commit

Permalink
fix: issues with environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdeyyy committed Apr 11, 2024
1 parent 92473f5 commit 5f93073
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Lint and build package
run: bun test
env:
PAYSTACK_SECRET: ${{ secrets.PAYSTACK_SECRET }}
CUSTOMER_CODE: ${{ secrets.CUSTOMER_CODE }}
- name: Install dependencies
run: bun install
- name: Test package
run: bun test

0 comments on commit 5f93073

Please sign in to comment.