Skip to content

Commit

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

on: [push,pull_request,workflow_dispatch]

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

0 comments on commit 55d4d08

Please sign in to comment.