Skip to content

retrospectives: add templates for 2024-09-21 tokyo #352

retrospectives: add templates for 2024-09-21 tokyo

retrospectives: add templates for 2024-09-21 tokyo #352

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