Skip to content

Commit

Permalink
ci early!
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jul 16, 2024
1 parent b4e32f5 commit bf27c78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Trigger Integration Tests

on: push

jobs:
test:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: install npms
run: npm install
- name: run tests
run: npm test

0 comments on commit bf27c78

Please sign in to comment.