Skip to content

CI fix

CI fix #55

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Auth to GHCR
env:
AUXON_GHCR_TOKEN_RO: ${{ secrets.CR_PAT_RO }}
run: |
echo $AUXON_GHCR_TOKEN_RO | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Docker build
run: ./build-in-docker.sh
- name: Integration test
run: |
cd integration-test
./go.sh