Skip to content

Merge pull request #19 from CyberAgentHack/feature/fix_batchGet #54

Merge pull request #19 from CyberAgentHack/feature/fix_batchGet

Merge pull request #19 from CyberAgentHack/feature/fix_batchGet #54

Workflow file for this run

name: Go Test
on:
push:
workflow_dispatch:
env:
AWS_REGION: ap-northeast-1
ZIP_FILE_NAME: wsperf-application.zip
ECR_REPOSITORY: caws202305perf
IMAGE_TAG: default
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Test
run: make test