mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-20 03:47:27 +00:00
Compare commits
2 Commits
ko-fi-link
...
kradalby-g
Author | SHA1 | Date | |
---|---|---|---|
![]() |
94048a96e7 | ||
![]() |
a617edadf5 |
@@ -1,21 +1,16 @@
|
|||||||
name: Integration Test v2
|
name: Integration Test v2 - kradalby
|
||||||
|
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration-test-v2:
|
integration-test-v2-kradalby:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted, linux, x64, nixos, docker]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Set Swap Space
|
|
||||||
uses: pierotofy/set-swap-space@master
|
|
||||||
with:
|
|
||||||
swap-size-gb: 10
|
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v14.1
|
uses: tj-actions/changed-files@v14.1
|
||||||
@@ -27,9 +22,6 @@ jobs:
|
|||||||
integration_test/
|
integration_test/
|
||||||
config-example.yaml
|
config-example.yaml
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v16
|
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
|
||||||
|
|
||||||
- name: Run general integration tests
|
- name: Run general integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: nix develop --command -- make test_integration_v2_general
|
run: nix develop --command -- make test_integration_v2_general
|
Reference in New Issue
Block a user