Skip to content

Commit

Permalink
self-host
Browse files Browse the repository at this point in the history
  • Loading branch information
coiby committed Jun 28, 2022
1 parent 840c417 commit 0a63a14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: self-host
timeout-minutes: 45
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
Expand All @@ -20,6 +20,9 @@ jobs:
container:
image: ghcr.io/coiby/${{ matrix.container }}
options: "--privileged -v /dev:/dev -v /lib/modules:/lib/modules:ro"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.ghcr_token }}
steps:
- name: "Checkout Repository"
uses: actions/checkout@v2
Expand Down

0 comments on commit 0a63a14

Please sign in to comment.