Skip to content

Commit

Permalink
GS64 loading / test run github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Nov 16, 2023
1 parent 3d30737 commit 454b249
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/loading-gs64-components.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 'GS64 Components Loading'
on:
- push
- pull_request
- workflow_dispatch

jobs:
component-loading:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
load-spec:
- Deployment
name: GS64 + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v3
- name: Load component in image
uses: ba-st-actions/gs64-ci@v2
with:
project_name: 'Kepler'
load_spec: 'Kepler-${{ matrix.load-spec }}'
17 changes: 17 additions & 0 deletions .github/workflows/unit-tests-gs64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: 'Kepler'
run_tests: 'true'

0 comments on commit 454b249

Please sign in to comment.