chore: update Nginx base image to unprivileged alpine and change list… #55
This file contains hidden or 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: cpu | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| cpu_test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| submodules: 'true' | |
| - name: Compile tests | |
| run: RUNTEST=1 make compile-tests | |
| working-directory: cpu | |
| - name: Run tests | |
| run: make run-tests | |
| working-directory: cpu |