Skip to content

Commit

Permalink
Fix Unit tests GS64 action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 9, 2024
1 parent 7aa84b1 commit 2c036ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-gs64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Load Image and Run Tests
uses: 'ba-st-actions/gs64-ci@v2
uses: ba-st-actions/gs64-ci@v2
with:
project_name: 'Buoy'
run_tests: 'true'
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Load Image and Run Tests
uses: 'ba-st-actions/gs64-ci@v3
uses: ba-st-actions/gs64-ci@v3
with:
project_name: 'Buoy'
run_tests: 'true'

0 comments on commit 2c036ed

Please sign in to comment.