Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 2, 2023
1 parent 55d4d08 commit 2ebc930
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests-gs64.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: 'GS64 test'
name: 'GS64 Unit Tests'

on: [push,pull_request,workflow_dispatch]

jobs:
unit-tests:
runs-on: ubuntu-latest
name: GS64 testing
name: GS64 Unit Tests
steps:
- uses: actions/checkout@v3
- name: Load Image and Run Tests
uses: ba-st-actions/gs64-ci@release-candidate
with:
project_name: 'Buoy'
run_tests: 'true'

0 comments on commit 2ebc930

Please sign in to comment.