Update tests.yml

master
HumanoidSandvichDispenser 2025-05-06 10:39:43 -07:00 committed by GitHub
parent 498195d86b
commit 3b84a8984f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -10,12 +10,14 @@ permissions:
contents: read contents: read
jobs: jobs:
build: test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
defaults:
run:
working-directory: ./backend-flask
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.10 - name: Set up Python 3.10