Skip to content

Commit

Permalink
GITHUB: workflows/testing.yml: run poxy on ubuntu:22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Jul 31, 2023
1 parent 46933a8 commit a7b0307
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:

Focal-Docs:
Jammy-Docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
# Build docker image using latest package as cache
run: |
echo ${{ secrets.GITHUB_TOKEN }} |
time misc/docker_build misc/Dockerfile.focal ghcr.io/tim-janik/anklang/anklang-ci $GITHUB_ACTOR
time misc/docker_build misc/Dockerfile.jammy ghcr.io/tim-janik/anklang/anklang-ci $GITHUB_ACTOR
- name: Configure Build
run: |
echo 'prefix=/' > config-defaults.mk
Expand Down Expand Up @@ -151,14 +151,14 @@ jobs:
Ping-IRC:
if: always()
needs: [Focal-Docs, Arch-Replay, Lunar-Clang-Tidy]
needs: [Jammy-Docs, Arch-Replay, Lunar-Clang-Tidy]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Jobs
run: |
echo '${{ needs.Focal-Docs.result }}' '${{ needs.Arch-Replay.result }}' '${{ needs.Lunar-Clang-Tidy.result }}'
test success = '${{ needs.Focal-Docs.result }}'
echo '${{ needs.Jammy-Docs.result }}' '${{ needs.Arch-Replay.result }}' '${{ needs.Lunar-Clang-Tidy.result }}'
test success = '${{ needs.Jammy-Docs.result }}'
test success = '${{ needs.Arch-Replay.result }}'
test success = '${{ needs.Lunar-Clang-Tidy.result }}'
- name: Ping IRC
Expand Down

0 comments on commit a7b0307

Please sign in to comment.