Changed timeout method to one available in GS #21
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'GS64 Unit Tests' | |
on: | |
- push | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
unit-tests: | |
runs-on: ubuntu-latest | |
name: GS64 Unit Tests | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Load Image and Run Tests | |
uses: ba-st-actions/gs64-ci@v2 | |
with: | |
project_name: 'Sagan' | |
run_tests: 'true' |