ユーザ名とパスワード名が同じでも、ユーザ登録が出来てしまう #14
This file contains 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: API Test | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: setup | |
run: cd api && make setup-test | |
- name: Run tests | |
run: cd api && make test |