Fix the aws bucket name and the model server name #2
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: "Container build and test" | |
on: [push, pull_request, workflow_call] | |
permissions: read-all | |
jobs: | |
podman-build: | |
name: Utility Container Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Utility Container Build | |
run: make build | |
- name: Run Container tests | |
run: make test |