Skip to content

Commit

Permalink
ci: specify the version of threeal/cpp-starter project (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Jul 3, 2024
1 parent b664e5b commit 1e7d56f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/[email protected]
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Checkout Action
uses: actions/[email protected]
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
uses: actions/[email protected]
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Checkout Action
uses: actions/[email protected]
Expand Down Expand Up @@ -75,6 +77,7 @@ jobs:
uses: actions/[email protected]
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Checkout Action
uses: actions/[email protected]
Expand Down Expand Up @@ -104,6 +107,7 @@ jobs:
uses: actions/[email protected]
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Modify Project
run: echo 'TEST_CASE("failing test") { CHECK(false); }' >> test/sequence_test.cpp
Expand Down

0 comments on commit 1e7d56f

Please sign in to comment.