Skip to content

ci: generate badge with hours spent #12

ci: generate badge with hours spent

ci: generate badge with hours spent #12

name: Azure test tapes
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create configuration file
run: |
cat >test/fish-ai.ini <<EOF
[fish-ai]
configuration = test
[test]
provider = azure
server = ${{ secrets.SERVER }}
azure_deployment = ${{ secrets.AZURE_DEPLOYMENT }}
api_key = ${{ secrets.API_KEY }}
EOF
- name: Run containerised tests
uses: docker/build-push-action@v5
with:
context: .
push: false