Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
whi-tw committed Mar 20, 2024
1 parent b8c449d commit 493e4d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ jobs:
node-version: 18.12.1
- name: Install dependencies
run: yarn install
- name: poke docker
run: |
docker --version
docker ps
- name: Run sidecar tests
run: yarn test:sidecar
2 changes: 1 addition & 1 deletion test/basic-auth-sidecar/basic-auth-sidecar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("BasicAuthSidecar", function () {
"mendhak/http-https-echo:31"
)
.withNetwork(network)
.withNetworkAliases("backend")
.withNetworkAliases(backendConfig.ALIAS)
.withEnvironment({ HTTP_PORT: backendConfig.PORT.toString() })
.withExposedPorts(8080)
.withWaitStrategy(
Expand Down

0 comments on commit 493e4d4

Please sign in to comment.