mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Remove test.yml
This commit is contained in:
parent
690326d6ac
commit
60cc2be07f
23
.github/workflows/test.yml
vendored
23
.github/workflows/test.yml
vendored
@ -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
|
|
Loading…
Reference in New Issue
Block a user