Skip to content

Commit

Permalink
Added workflow test.yml to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 26, 2024
1 parent 23b1ea4 commit d7e47b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Unit Tests

permissions:
contents: read

on: [push]

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test with shunit2
uses: sudo-bot/action-shunit2@latest
with:
cli: "./tests/test_ada.sh"

0 comments on commit d7e47b7

Please sign in to comment.