Skip to content

Remove sass-lint and stratos-protractor-reporter (#37) #20

Remove sass-lint and stratos-protractor-reporter (#37)

Remove sass-lint and stratos-protractor-reporter (#37) #20

Workflow file for this run

name: Backend Tests
on:
push:
branches:
- develop
- master
pull_request:
jobs:
test_suite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.0'
cache-dependency-path: |
src/jetstream/go.sum
- name: Run tests
run: build/bk-build.sh test