-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partially respond to camscale feedback
- Rename the workflow - Fix an error message - Fix unused variable - docker-compose.yml -> docker-compose.yaml - Remove obsolete `version` attribute from docker-compose.yaml - Refactor case statement in run-test.sh - Remove unnecessary test assertions. The test doesn't need to check that all expected binaries are in a teleport package.
- Loading branch information
Showing
3 changed files
with
7 additions
and
39 deletions.
There are no files selected for viewing
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...install-teleport-tests/docker-compose.yml → ...nstall-teleport-tests/docker-compose.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: "3.8" | ||
services: | ||
test-ubuntu-jammy-cloud: | ||
image: ubuntu:22.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters