Skip to content

Commit

Permalink
picocli fish completion: dejagnu github action
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-v committed Feb 25, 2023
1 parent 3caf4d7 commit 331f26e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dejagnu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: DejaGnu Tests

on: [ push, pull_request ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Fish shell and DejaGnu
run: |
sudo apt-get update
sudo apt-get install -y fish dejagnu
- name: Check versions
run: |
fish --version
runtest --version
- name: Run DejaGnu fish tests
run: |
cd src/test/dejagnu.fishtests
./runCompletion

0 comments on commit 331f26e

Please sign in to comment.