Skip to content

Commit

Permalink
refactor order
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Aug 7, 2023
1 parent 647cd33 commit 25994fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::973932482043:role/github-actions/norbybaru-laravel-aws-timestream-role
aws-region: eu-west-1

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -58,5 +52,11 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::973932482043:role/github-actions/norbybaru-laravel-aws-timestream-role
aws-region: eu-west-1

- name: Run PHPUnit tests
run: vendor/bin/phpunit --testdox
run: composer test

0 comments on commit 25994fa

Please sign in to comment.