Skip to content

Commit

Permalink
Update reference_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Nov 6, 2024
1 parent 56ff7c2 commit a020f8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reference_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
cairomakie:
name: CairoMakie Julia ${{ matrix.version }}
runs-on: [self-hosted]
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
name: GLMakie Julia ${{ matrix.version }}
env:
MODERNGL_DEBUGGING: "true" # turn on errors when running OpenGL tests
runs-on: [self-hosted]
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

wglmakie:
name: WGLMakie Julia ${{ matrix.version }}
runs-on: [self-hosted]
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

consolidation:
name: Merge artifacts
runs-on: [self-hosted]
runs-on: self-hosted
if: ${{ always() }} # run even if any of the three backend test jobs failed
needs: [cairomakie, glmakie, wglmakie]
steps:
Expand Down

0 comments on commit a020f8d

Please sign in to comment.