Skip to content

Commit

Permalink
Port tests to use dctest. Update GHA workflow too.
Browse files Browse the repository at this point in the history
Port the single run-tests.sh script to 6 individual dctest definitions
at tests/*.yaml.
  • Loading branch information
kanaka committed Jun 5, 2024
1 parent 245ef94 commit 577b299
Show file tree
Hide file tree
Showing 10 changed files with 725 additions and 1,742 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: compose build of conlink
run: docker compose -f examples/test1-compose.yaml build

- name: "./run-tests.sh"
- name: "dctest test/test*.yaml"
timeout-minutes: 5
run: time ./run-tests.sh
run: time node_modules/.bin/dctest --verbose-commands conlink-test $(ls -v test/test*.yaml)
Loading

0 comments on commit 577b299

Please sign in to comment.