Skip to content

Commit

Permalink
Fix: move recaptcha first
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Sep 26, 2024
1 parent 823bcf1 commit 0b93bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
with:
php-version: '8.2'
extensions: apcu
- name: Configure recaptcha secrets
run: cp config/recaptcha_secrets.json.dist config/recaptcha_secrets.json
- name: Display PHP version
run: php -v
- name: Composer install
run: composer install
- name: Configure postfix & mailhog
run: sudo bash .github/scripts/mailhog.sh
- name: Configure recaptcha secrets
run: cp config/recaptcha_secrets.json.dist config/recaptcha_secrets.json
- name: Install GeoLite IP DB
run: curl https://www.secretsantaorganizer.com/GeoLite2-City.mmdb > /home/runner/work/SecretSanta/SecretSanta/GeoLite2-City.mmdb
- name: Install Symfony binary
Expand Down

0 comments on commit 0b93bd6

Please sign in to comment.