Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thebalaa authored May 16, 2024
1 parent 6920ac9 commit 001a2bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Launch gateway and create link on gateway
run: make link-ci
- name: Run CI tests for subdomain.domain.tld
run: make link-ci GATEWAY=gateway-sshd FQDN=subdomain.domain.com

- name: Run CI tests for app.subdomain.domain.tld
run: make link GATEWAY=gateway-sshd FQDN=app.subdomain.domain.com

0 comments on commit 001a2bc

Please sign in to comment.