Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Vanhemert committed Nov 30, 2023
1 parent 5846352 commit b6004f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

- name: Setup cluster
run: uds run setup-cluster

- name: Deploy package
run: uds run deploy-package

- name: Test package
run: uds run test-package
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ tasks:
network:
protocol: https
address: gitlab.uds.dev
code: 200
code: 200

0 comments on commit b6004f6

Please sign in to comment.