Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Custom challenge implementation with unit tests and refactor #8

Custom challenge implementation with unit tests and refactor

Custom challenge implementation with unit tests and refactor #8

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
docker:
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