Skip to content

Commit

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

jobs:
run-tests:
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
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 b8d4f2b

Please sign in to comment.