Skip to content

Commit

Permalink
Run test workflows directly on archlinux images
Browse files Browse the repository at this point in the history
This is how I kill my own arch-dockerbuild project.
  • Loading branch information
falconindy committed Aug 8, 2024
1 parent 3bbb38b commit e2f0cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/arch.x86_64.asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: archlinux

steps:
- uses: actions/checkout@v1

- uses: actions/checkout@v4
- name: ci-test-asan
uses: falconindy/arch-dockerbuild@master
with:
entrypoint: 'build-aux/ci-test-asan'
run: build-aux/ci-test-asan
9 changes: 3 additions & 6 deletions .github/workflows/arch.x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: archlinux

steps:
- uses: actions/checkout@v1

- uses: actions/checkout@v4
- name: ci-test
uses: falconindy/arch-dockerbuild@master
with:
entrypoint: 'build-aux/ci-test'
run: build-aux/ci-test

0 comments on commit e2f0cad

Please sign in to comment.