clean up
This commit is contained in:
parent
5b0ddedc87
commit
dd85b6343a
|
@ -87,8 +87,6 @@ jobs:
|
||||||
run: cp .github/misskey/test.yml .config
|
run: cp .github/misskey/test.yml .config
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
#- name: Test
|
|
||||||
# run: yarn e2e
|
|
||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -81,7 +81,7 @@ describe('After user signup', () => {
|
||||||
username: 'admin',
|
username: 'admin',
|
||||||
password: 'pass',
|
password: 'pass',
|
||||||
}).its('body').as('admin');
|
}).its('body').as('admin');
|
||||||
|
|
||||||
cy.get('@admin').then(() => {
|
cy.get('@admin').then(() => {
|
||||||
// ユーザー作成
|
// ユーザー作成
|
||||||
cy.request('POST', '/api/signup', {
|
cy.request('POST', '/api/signup', {
|
||||||
|
|
Loading…
Reference in New Issue