runtime/.github/workflows/test.yml
Adam Štrauch 6c7c6f80fb
Some checks failed
Test build / build (push) Failing after 24m43s
Test fix, parallel procesing of Node.js builds
2025-01-19 16:00:07 +01:00

19 lines
469 B
YAML

name: Test build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: [dev, amd64]
steps:
- uses: actions/checkout@v4
- name: Test build
run: |
# echo "${{ secrets.repo_password }}" | podman login -u $USERNAME --password-stdin $REPO
docker login gitea.ceperka.net -u "${{ secrets.REPO_USERNAME }}" -p "${{ secrets.REPO_PASSWORD }}"
task pipeline REPO=gitea.ceperka.net/rosti/runtime VERSION=pipeline