Skip to content

replace travis by GitHub actions #6

replace travis by GitHub actions

replace travis by GitHub actions #6

Workflow file for this run

name: "CI"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
steps:
- uses: actions/checkout@v4
- run: make build
- run: make test
- run: make deploy