Skip to content

Commit

Permalink
prepare Step hinzugefuegt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 13, 2023
1 parent 68ae321 commit 3384006
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ on:

jobs:

build:
prepare:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
test_Script: [run_installation_tests.sh, run_installation_tests2.sh, run_installation_tests3.sh]

steps:
- uses: actions/checkout@v4

Expand All @@ -47,7 +42,17 @@ jobs:
USER_GROUP=wurst
GIT_BRANCH=${{ github.ref_name }}
GIT_URL=${{ github.server_url }}/${{ github.repository }}
test:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
test_Script: [run_installation_tests.sh, run_installation_tests2.sh, run_installation_tests3.sh]

steps:
- name: Run ${{ matrix.test_Script }} Bullseye ARMv7
uses: tj-actions/docker-run@v2
with:
Expand Down

0 comments on commit 3384006

Please sign in to comment.