Skip to content

Commit

Permalink
fix: naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Nov 14, 2024
1 parent bee8851 commit fc7b4ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
- name: Starting up Docker 🐳
run: ls && docker compose -f integrationos-emit/tests/resource/docker-compose.yml up -d
run: ls && docker compose -f ./integrationos-emit/tests/resource/docker-compose.yml up -d
- name: Install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit fc7b4ef

Please sign in to comment.