Skip to content

5/12 振り返り 赤塚 #294

5/12 振り返り 赤塚

5/12 振り返り 赤塚 #294

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run test
run: |
./tutorial/retrospectives/test.sh