Skip to content

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 #4

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 #4

Workflow file for this run

name: Run Integration Tests
on:
pull_request:
branches:
- develop
jobs:
integ-tests:
runs-on: ubuntu-latest
environment:
name: prod
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: allows us to build arm64 images
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: run integration tests
run: make integ-tests-with-docker