Skip to content

Commit

Permalink
r&d: test triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 6, 2024
1 parent 8de3d23 commit 0a2bb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Build
# Build your program with the given configuration
working-directory: ${{env.unit_test_dir}}
run: cmake --build $unit_test_dir/build --config ${{env.BUILD_TYPE}}
run: cmake --build $unit_test_dir/build
# --config ${{env.BUILD_TYPE}}

- name: Test
working-directory: $unit_test_dir/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: "Hello trigger!"
- run: echo "Hello trigger!"
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
Expand Down

0 comments on commit 0a2bb02

Please sign in to comment.