Skip to content

Commit

Permalink
Pfad angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 12, 2023
1 parent 2f3a703 commit 5595c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
options: --platform linux/arm/v7
name: run_installation_tests.sh
args: |
echo $PWD && ls -l && run_installation_tests.sh
./test/run_installation_tests.sh
- name: Run run_installation_tests2.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
Expand All @@ -59,7 +59,7 @@ jobs:
options: --platform linux/arm/v7
name: run_installation_tests2.sh
args: |
run_installation_tests2.sh
test/run_installation_tests2.sh
- name: Run run_installation_tests3.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
Expand All @@ -68,4 +68,4 @@ jobs:
options: --platform linux/arm/v7
name: run_installation_tests3.sh
args: |
run_installation_tests3.sh
test/run_installation_tests3.sh

0 comments on commit 5595c34

Please sign in to comment.