Skip to content

Bump golang.org/x/net from 0.23.0 to 0.33.0 #16

Bump golang.org/x/net from 0.23.0 to 0.33.0

Bump golang.org/x/net from 0.23.0 to 0.33.0 #16

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ '**' ]
paths-ignore: [ 'terraform/**' ]
env:
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
APP_ID: ${{ secrets.APP_ID }}
ENV_ID: ${{ secrets.ENV_ID }}
CONFIG_ID: ${{ secrets.CONFIG_ID }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
test:
name: Test and Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit tests
run: docker compose -f "action-services.yml" run app bash -c "./scripts/test.sh"
- name: Deploy lambda
if: github.ref_name == 'main'
run: docker compose -f "action-services.yml" run app