Skip to content

Commit

Permalink
update CI tests order
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Sep 14, 2021
1 parent 67567d2 commit 5f778c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ jobs:
php-versions: ['7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}

- name: npm install
run: npm install jsonlint
- name: Install NPM dependencies
run: yarn add jsonlint

- name: composer install
run: composer install

- name: JSON lint
- name: Lint JSON files
run: bash ./ci/test.sh

- name: Test conversion
- name: Install Composer dependencies
run: composer install

- name: Test conversion of countries data
run: php countries.php convert

0 comments on commit 5f778c0

Please sign in to comment.