This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
chore(deps): bump pyjwt from 2.9.0 to 2.10.1 #23
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ main ] | |
jobs: | |
docker: | |
# Since a custom challenge is implemented on our end, we want to disable to original tests | |
if: false | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repo | |
uses: actions/checkout@v4 | |
- name: Set up Docker Buildx | |
uses: docker/setup-buildx-action@v3 | |
- name: Run test suite | |
run: | | |
cd tests | |
sudo ./run.sh |