Skip to content

Commit

Permalink
Update test.yml: Install dependencies and remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdeyyy committed Apr 4, 2024
1 parent 7aa1c1a commit 635e9ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.x"

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

- name: Install dependencies
run: bun install
- name: Run Tests
run: bun test

0 comments on commit 635e9ac

Please sign in to comment.