fix: gcal 버튼을 직링크로 원복 (서버 302 경유 시 마케팅 페이지로 튕기는 문제) #40
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ANNA get physical fitness test | |
| on: pull_request | |
| jobs: | |
| ci: | |
| name: ANNA get physical fitness test | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-python@v4 | |
| with: | |
| python-version: "3.11" | |
| - name: install poetry | |
| uses: abatilo/actions-poetry@v2 | |
| with: | |
| poetry-version: 1.5.1 | |
| - name: ready | |
| run: poetry install --with ci | |
| - name: go | |
| run: make ci |