From fc06128f9e1f1ad6fda7873ea3880dc3c1c53e09 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 4 Apr 2023 22:19:22 +0100 Subject: [PATCH] E2E tests for email username --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c31be1b7a..58159a5bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: matrix: script: - name: Basic - args: "" + args: "ci_tool=Gitlab" - name: Celery & DRF args: "use_celery=y use_drf=y" - name: Gulp @@ -73,7 +73,9 @@ jobs: - name: Gulp args: "frontend_pipeline=Gulp" - name: Webpack - args: "frontend_pipeline=Webpack" + args: "frontend_pipeline=Webpack use_heroku=y" + - name: Email Username + args: "username_type=email ci_tool=Github" name: "Bare metal ${{ matrix.script.name }}" runs-on: ubuntu-latest