Skip to content

Commit

Permalink
[ci] clean everything up
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 18, 2024
1 parent 63116c1 commit f87106e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "run-tests"
name: "run-samples"
description: "Download a previously-generated psyc and try to compile some stuff with it."

inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
name: psyc_${{ matrix.compiler }}_${{ matrix.build_config }}
path: ./cpp/build/ci_${{ matrix.build_config }}/psyc

run_tests:
strategy:
matrix:
Expand All @@ -51,8 +52,8 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- name: 'Run Tests'
uses: ./.github/actions/run_tests
- name: 'Run Samples'
uses: ./.github/actions/run_samples
with:
compiler: ${{ matrix.compiler }}
build_config: ${{ matrix.build_config }}

0 comments on commit f87106e

Please sign in to comment.