Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /web #179

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /web

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /web #179

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "**" ]
jobs:
unit-test:
runs-on: ubuntu-latest
container: golang:1.19
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
run: go test -cover ./...