Skip to content

Commit

Permalink
consistancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 24, 2024
1 parent 31f8fd1 commit 3edff95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
build/config.log
build/**/tests/*.log
install_with_mpi:
install-with-mpi:
needs: [babeltrace2, pre_job]
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
name: Install with MPI daemon support
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
name: thapi-bin
path: thapi.tar

Integration-tests:
integration-tests:
needs: [babeltrace2, pre_job, install_with_mpi]
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
name: Integration ${{ matrix.bats_file }} ${{matrix.thapi_sync_daemon }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
echo "$HOME/babeltrace2/2.0.4/bin" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$HOME/babeltrace2/2.0.4/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
- name: integration test
- name: Integration test
run: |
bats integration_tests/
Expand Down Expand Up @@ -266,17 +266,17 @@ jobs:
working-directory: build
- run: make dist
working-directory: build
- name: extract
- name: Extract
run: tar -xzvf thapi-*
working-directory: build
- name: configure
- name: Configure
run: |
cd `find . -type d -name "thapi-*"`
mkdir -p build
cd build
../configure
working-directory: build
- name: make -j check
- name: Check
run: |
cd `find . -type d -name "thapi-*"`
cd build
Expand Down

0 comments on commit 3edff95

Please sign in to comment.