Skip to content

beginner-unikounio.yamlのアンケートを記入した #281

beginner-unikounio.yamlのアンケートを記入した

beginner-unikounio.yamlのアンケートを記入した #281

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