Skip to content

Commit

Permalink
Add .github directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lsabbagh committed Mar 28, 2024
1 parent 4dcd5a1 commit 6193a8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/api-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Run Api Tests

on:
push:
branches: [main]

jobs:
run-temp:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
- run: npm -g nps && npm -g bun
- run: nps test.temp

0 comments on commit 6193a8c

Please sign in to comment.