removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
23
.antidote/.github/workflows/test.yml
vendored
Normal file
23
.antidote/.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: test
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: "aureliojargas/clitest"
|
||||
path: bin/clitest
|
||||
- run: sudo apt install zsh
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
- run: PATH=$GITHUB_WORKSPACE/bin/clitest:$PATH make test
|
||||
shell: zsh {0}
|
||||
Loading…
Add table
Add a link
Reference in a new issue