Skip to content

Commit

Permalink
workflow multi-line commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gabekz committed Jul 25, 2023
1 parent dcfaac9 commit ed85c81
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,11 @@ jobs:
name: artifact-build-testRunner
path: ${{github.workspace}}/dist/

- name: Show Artifacts
working-directory: ${{github.workspace}}/dist
run: ls -R

- name: TestRunner Permissions
run: chmod +x ${{github.workspace}}/dist/testRunner

- name: Linker Details
run: ldd ${{github.workspace}}/dist/testRunner
- name: Setup TestRunner
run: |
ls - R
chmod +x ${{github.workspace}}/dist/testRunner
ldd ${{github.workspace}}/dist/testRunner
- name: Run Tests
run: ${{github.workspace}}/dist/testRunner

0 comments on commit ed85c81

Please sign in to comment.