Skip to content

Commit

Permalink
Attempting to slim it down further
Browse files Browse the repository at this point in the history
  • Loading branch information
Miklos Bagi committed Sep 7, 2024
1 parent 75936e0 commit 2a881f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,20 @@ jobs:
- name: Test against Gluetun v3.36
run: make GLUETUN_VERSION=v3.36 pr-test

- uses: actions/checkout@v3
- name: Test against Gluetun v3.37
run: make GLUETUN_VERSION=v3.37 pr-test

- uses: actions/checkout@v3
- name: Test against Gluetun v3.37.1
run: make GLUETUN_VERSION=v3.37.1 pr-test

- uses: actions/checkout@v3
- name: Test against Gluetun v3.38
run: make GLUETUN_VERSION=v3.38 pr-test

- uses: actions/checkout@v3
- name: Test against Gluetun v3.38.1
run: make GLUETUN_VERSION=v3.38.1 pr-test

- uses: actions/checkout@v3
- name: Test against Gluetun v3.39
run: make GLUETUN_VERSION=v3.39 pr-test

- uses: actions/checkout@v3
- name: Test against Gluetun latest
run: make GLUETUN_VERSION=latest pr-test

0 comments on commit 2a881f7

Please sign in to comment.