Skip to content

[Snyk] Security upgrade python from 3.12.0b3-slim to 3.13.0a6-slim #157

[Snyk] Security upgrade python from 3.12.0b3-slim to 3.13.0a6-slim

[Snyk] Security upgrade python from 3.12.0b3-slim to 3.13.0a6-slim #157

Workflow file for this run

---
name: "run-tests"
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: "Checkout source code"
uses: "actions/[email protected]"
- run: "./scripts/setup.sh"
- run: "./scripts/test.sh"
- run: "./scripts/test-tui.sh"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}