Skip to content

Commit

Permalink
Update GitHub Actions workflow (#1099)
Browse files Browse the repository at this point in the history
* Update GitHub Actions workflow

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Apply fixes from StyleCI

* wip

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
crynobone and StyleCIBot authored Apr 16, 2024
1 parent 1f86976 commit c9edd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: php vendor/bin/testbench dusk:chrome-driver --detect

- name: Start Chrome Driver
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
run: ./bin/chromedriver-linux &

- name: Run Laravel Server
run: php vendor/bin/testbench serve --no-reload &
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
composer config repositories.dusk '{"type": "path", "url": "dusk"}' --file composer.json
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'dusk'

Expand Down

0 comments on commit c9edd39

Please sign in to comment.