Skip to content

Commit

Permalink
needs test again
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Nov 14, 2022
1 parent 4d87250 commit 2cb4189
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
debian:
runs-on: ubuntu-latest
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- run: /usr/bin/docker build -t build-nagstamon -f build/docker/Dockerfile-${{ github.job }} .
Expand All @@ -56,7 +56,7 @@ jobs:

fedora-34:
runs-on: ubuntu-latest
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- run: /usr/bin/docker build -t build-nagstamon -f build/docker/Dockerfile-${{ github.job }} .
Expand All @@ -69,7 +69,7 @@ jobs:

fedora-35:
runs-on: ubuntu-latest
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- run: /usr/bin/docker build -t build-nagstamon -f build/docker/Dockerfile-${{ github.job }} .
Expand All @@ -82,7 +82,7 @@ jobs:

fedora-36:
runs-on: ubuntu-latest
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- run: /usr/bin/docker build -t build-nagstamon -f build/docker/Dockerfile-${{ github.job }} .
Expand All @@ -95,7 +95,7 @@ jobs:

fedora-37:
runs-on: ubuntu-latest
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- run: /usr/bin/docker build -t build-nagstamon -f build/docker/Dockerfile-${{ github.job }} .
Expand All @@ -108,7 +108,7 @@ jobs:

macos:
runs-on: macos-10.15
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- run: pip3 install --no-warn-script-location -r build/requirements/macos.txt
Expand All @@ -124,7 +124,7 @@ jobs:
windows-32:
# better depend on stable build image
runs-on: windows-2019
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand All @@ -150,7 +150,7 @@ jobs:
windows-64:
# better depend on stable build image
runs-on: windows-2019
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand All @@ -174,7 +174,7 @@ jobs:
windows-64-debug:
# better depend on stable build image
runs-on: windows-2019
#needs: test
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 2cb4189

Please sign in to comment.