Skip to content

update workflow

update workflow #2

Workflow file for this run

name: docker-image
on: [push, pull_request]
jobs:
test:
name: Run tests
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build Docker image
run: docker build . -t="gtfy-listener"