Skip to content

Bump boto3 from 1.35.15 to 1.35.39 #492

Bump boto3 from 1.35.15 to 1.35.39

Bump boto3 from 1.35.15 to 1.35.39 #492

Workflow file for this run

---
name: Build and Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build Image
id: build_image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
file: container/Dockerfile
push: false
load: true
tags: dashboard
- name: Run Python Tests
id: run_python_tests
run: |
docker compose --file contrib/docker-compose-test.yml run --rm interfaces
env:
NETWORK: default
IMAGE_TAG: dashboard