Skip to content

Merge pull request #67 from ochanoco/dependabot/go_modules/golang.org… #203

Merge pull request #67 from ochanoco/dependabot/go_modules/golang.org…

Merge pull request #67 from ochanoco/dependabot/go_modules/golang.org… #203

Workflow file for this run

name: Go
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
env:
TORIMA_CLIENT_ID: "test_id"
TORIMA_CLIENT_SECRET: "test_secret"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: sh .github/workflows/run.sh build
- name: Test
run: sh .github/workflows/run.sh test ./core