Troubleshooting pipeline: fix filename

This commit is contained in:
Marcus Moore 2023-08-07 11:26:04 -07:00
parent 6398805fc3
commit 8ea8ff05e5
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ on:
pipeline: pipeline:
- name: Setup - name: Setup
cmd: | cmd: |
cp -v .env.testing .env cp -v .env.testing.example .env
composer install --no-interaction --prefer-dist --optimize-autoloader composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Generate Key - name: Generate Key