Skip to content

build(deps): bump ws from 8.8.1 to 8.17.1 in /internal/gqlclient #131

build(deps): bump ws from 8.8.1 to 8.17.1 in /internal/gqlclient

build(deps): bump ws from 8.8.1 to 8.17.1 in /internal/gqlclient #131

Workflow file for this run

name: Unit test
on:
workflow_dispatch: null
push:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- run: go version
- run: make unittest