Skip to content

Commit

Permalink
CI Test (#59)
Browse files Browse the repository at this point in the history
Run the unit tests
  • Loading branch information
swannodette authored Jun 9, 2022
1 parent 845ad5a commit 9c28b4d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tests
on: [push]

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.763'

- name: Run tests
run: |
./bin/deps
./bin/test
6 changes: 0 additions & 6 deletions .idea/jsLibraryMappings.xml

This file was deleted.

0 comments on commit 9c28b4d

Please sign in to comment.