Skip to content

Include message files in integration test #71

Include message files in integration test

Include message files in integration test #71

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.AUXON_GHCR_TOKEN_RO }}
run: |
echo $AUXON_GHCR_TOKEN_RO | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Install system packages
run: sudo apt-get install -y qemu-user-static binfmt-support
- name: Docker build
run: ./build-in-docker.sh
- name: Integration test
env:
MODALITY_LICENSE_KEY: ${{ secrets.MODALITY_LICENSE_KEY }}
run: |
cd integration-test
./go.sh