Skip to content

Commit

Permalink
chore: Remove unused test-freebsd job
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 28, 2023
1 parent 873149d commit abd9e77
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,6 @@ jobs:
CHEZMOI_GITHUB_TOKEN: ${{ secrets.CHEZMOI_GITHUB_TOKEN }}
run: |
( cd assets/docker && ./test.sh fedora )
test-freebsd:
needs: changes
if: false
runs-on: macos-12
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with:
path: ~/.vagrant.d
key: ${{ runner.os }}-vagrant-freebsd13-${{ hashFiles('assets/vagrant/freebsd13.Vagrantfile') }}
restore-keys: |
${{ runner.os }}-vagrant-freebsd13-
- name: test
run: |
( cd assets/vagrant && ./test.sh freebsd13 )
test-macos:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
Expand Down

0 comments on commit abd9e77

Please sign in to comment.