Skip to content

Commit

Permalink
GHA: add docker-compose tests.
Browse files Browse the repository at this point in the history
The push workflow does checkout, installs npm modules (resolve-deps),
does a build of conlink (using test1 compose), and then invokes
run-tests.sh
  • Loading branch information
kanaka committed Mar 18, 2024
1 parent 55a6c66 commit 5442cb3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: stub step
run: "echo stub stub"
- name: npm install
run: npm install

- name: compose build of conlink
run: docker-compose -f examples/test1-compose.yaml build

- name: "./run-tests.sh"
timeout-minutes: 5
run: time ./run-tests.sh

0 comments on commit 5442cb3

Please sign in to comment.