Skip to content

Upgrade discord provider and migrate terracurl to interactions endpoi… #10

Upgrade discord provider and migrate terracurl to interactions endpoi…

Upgrade discord provider and migrate terracurl to interactions endpoi… #10

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run unit tests
run: |
make test