runtime/.github/workflows/test.yml
Adam Štrauch ebfc74b9e3
Some checks failed
Test build / build-test (push) Failing after 4m48s
Builder 38
2023-11-26 03:03:41 +01:00

29 lines
575 B
YAML

name: Test build
on:
push:
branches: [ main ]
jobs:
build-test:
runs-on: [moon, amd64]
container:
image: harbor.hq.rosti.cz/library/builder:38
env:
REPO: harbor.hq.rosti.cz
USERNAME: robot$rosti+rosti
# ports:
# - 80
# volumes:
# - my_docker_volume:/volume_mount
# options: --cpus 1
steps:
- name: Check for dockerenv file
run: |
echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
task build
task test