2024-06-17-13-50-53 - update-readme #16
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
# Uncomment to setup CI | |
# name: CI | |
# on: [pull_request] | |
# jobs: | |
# run-ci-tests: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: checkout repo | |
# uses: actions/checkout@v2 | |
# - name: Spin up containers | |
# run: make up | |
# - name: Run CI test | |
# run: make ci |