Remove test.yml

This commit is contained in:
Jordan Carlin 2024-07-18 23:36:11 -07:00
parent 690326d6ac
commit 60cc2be07f
No known key found for this signature in database

View File

@ -1,23 +0,0 @@
name: Test
on: [workflow_dispatch]
defaults:
run:
shell: bash
jobs:
ubuntu_install:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
steps:
- uses: actions/checkout@v4
# with:
# submodules: recursive
- run: |
df -h
./.github/cli-space-cleanup.sh
df -h
- run: sudo ./bin/wally-package-install.sh