Skip to content

chore(deps): Update to Go 1.22 #5

chore(deps): Update to Go 1.22

chore(deps): Update to Go 1.22 #5

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