Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Jul 20, 2023
1 parent 6075b15 commit e0adaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: features-test-log-${{ matrix.container.image }}-${{ matrix.container.version }}
name: integration-test-log-${{ matrix.container.image }}-${{ matrix.container.version }}
path: /tmp/nginx-agent-integration-test-features.log
retention-days: 3

Expand Down
2 changes: 1 addition & 1 deletion test/integration/utils/test_container_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func SetupTestContainerWithoutAgent(t *testing.T) *testcontainers.DockerContaine
testContainerLogs, err := io.ReadAll(logReader)
assert.NoError(t, err)

err = os.WriteFile("/tmp/nginx-agent-integration-test-api.log", testContainerLogs, 0o660)
err = os.WriteFile("/tmp/nginx-agent-integration-test-install-uninstall.log", testContainerLogs, 0o660)
assert.NoError(t, err)

assert.NoError(t, comp.Down(ctx, compose.RemoveOrphans(true), compose.RemoveImagesLocal), "compose.Down()")
Expand Down

0 comments on commit e0adaeb

Please sign in to comment.