Skip to content

Commit

Permalink
ci: add testcontainers cloud installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Sep 25, 2024
1 parent 94eeff3 commit 3838e32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@main
with:
token: ${{ secrets.TCC_SECRET_EXAMPLES }}
- name: Run example
run: |
make test

0 comments on commit 3838e32

Please sign in to comment.