feat: run nightwatch integration tests on CI

This commit is contained in:
Aravinth Manivannan 2023-04-30 20:18:47 +05:30
parent 9cc667851c
commit 43dab030df
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -128,6 +128,9 @@ jobs:
POSTGRES_DATABASE_URL: "${{ env.POSTGRES_DATABASE_URL }}"
MARIA_DATABASE_URL: "${{ env.MARIA_DATABASE_URL }}"
- name: run integration tests
run: make test.integration
- name: Login to DockerHub
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha'
uses: docker/login-action@v1