Skip to content

Commit

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

0 comments on commit 00d2c2e

Please sign in to comment.