Skip to content

Commit

Permalink
chore: Drop OpenBSD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Aug 7, 2022
1 parent d987eaa commit 59cb471
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,21 +175,6 @@ jobs:
run: |
sh assets/scripts/install.sh
bin/chezmoi --version
test-openbsd:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
with:
path: ~/.vagrant.d
key: ${{ runner.os }}-vagrant-openbsd7-${{ hashFiles('assets/vagrant/openbsd7.Vagrantfile') }}
restore-keys: |
${{ runner.os }}-vagrant-openbsd7-
- name: test
run: |
( cd assets/vagrant && ./test.sh openbsd7 )
test-ubuntu:
needs: changes
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -385,7 +370,6 @@ jobs:
- test-freebsd
- test-legacy-go
- test-macos
- test-openbsd
- test-ubuntu
- test-website
- test-windows
Expand Down

0 comments on commit 59cb471

Please sign in to comment.