Skip to content

chore(deps): bump Npgsql from 7.0.4 to 8.0.3 in /tests/TestcontainersCloud.DotNetExample #6

chore(deps): bump Npgsql from 7.0.4 to 8.0.3 in /tests/TestcontainersCloud.DotNetExample

chore(deps): bump Npgsql from 7.0.4 to 8.0.3 in /tests/TestcontainersCloud.DotNetExample #6

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
- name: Restore .NET tools
run: dotnet tool restore
- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@main
with:
token: ${{ secrets.TCC_SECRET_EXAMPLES }}
- name: Run example
run: |
make test