Skip to content

Commit

Permalink
GHI #20 Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Dec 19, 2023
1 parent 119ee21 commit e488a48
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:

jobs:
run-tests:
uses: doodspav/patomic/.github/workflows/reusable-test-warning.yml@feature/ghi-20-inner-stuff
with:
os: ubuntu
preset: some-preset
architecture: some-architecture
triple: some-triple
cmake_build_shared: ON
patomic_path: some-path
runs-on: ubuntu-latest
steps:
- name: Foo
shell: bash
run: echo 'hello'
# uses: doodspav/patomic/.github/workflows/reusable-test-warning.yml@feature/ghi-20-inner-stuff
# with:
# os: ubuntu
# preset: some-preset
# architecture: some-architecture
# triple: some-triple
# cmake_build_shared: ON
# patomic_path: some-path

0 comments on commit e488a48

Please sign in to comment.