Skip to content

Update test.yml

Update test.yml #2

Workflow file for this run

name: TBOT-CICD
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run test
run: make test
- name: Docker Hub login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_U }}
password: ${{ secrets.DOCKER_T }}