Skip to content

Commit d90109a

Browse files
committed
Work in progress. Needs further testing.
1 parent efa5703 commit d90109a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.env.ci

-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ DB_PORT=3306
44
DB_DATABASE=test
55
DB_USERNAME=root
66
DB_PASSWORD=password
7-
NOVA_LICENSE_KEY=G4JBFED9GlVIoHiAd4KpEouhZR32oOANpoKkqEaNZP3ThkZ5BL
8-

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on: push
22
name: CI
33
jobs:
4-
phpunit:
4+
test:
55
runs-on: ubuntu-latest
66
container:
77
image: kirschbaumdevelopment/laravel-test-runner:8.3
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
fetch-depth: 1
2323

24+
- name: Get nova setup for installation
25+
run: |
26+
composer config "http-basic.nova.laravel.com" "[email protected]" "G4JBFED9GlVIoHiAd4KpEouhZR32oOANpoKkqEaNZP3ThkZ5BL"
27+
2428
- name: Install composer dependencies
2529
run: |
2630
composer install --no-scripts

0 commit comments

Comments
 (0)