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 four individual dctest
definitions at tests/*.yaml.
  • Loading branch information
kanaka committed Jun 5, 2024
1 parent c1720ce commit 32203d8
Show file tree
Hide file tree
Showing 8 changed files with 594 additions and 1,655 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 test/test*.yaml
Loading

0 comments on commit 32203d8

Please sign in to comment.