mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 12:24:40 +01:00
Try skipping checkout
This commit is contained in:
parent
d3cbe39b68
commit
3b2d661b22
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -4,22 +4,21 @@ on:
|
|||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
container: shivammathur/node:bionic-${{ matrix.tag }}
|
container: shivammathur/node:bionic-${{ matrix.tag }}
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
|
||||||
tag: ["amd64", "i386"]
|
tag: ["amd64", "i386"]
|
||||||
php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4"]
|
php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4"]
|
||||||
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }} ${{ matrix.tag }}
|
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
# Inputs to manual.sh are in this order - php-versions, extensions, ini-values, coverage, tools
|
# Inputs to manual.sh are in this order - php-versions, extensions, ini-values, coverage, tools
|
||||||
run: curl -sL https://setup-php.com/manual.sh | bash -s ${{ matrix.php }} "mbstring, intl, sockets" "memory_limit=-1" "xdebug"
|
run: curl -sL https://setup-php.com/manual.sh | bash -s ${{ matrix.php }} "mbstring, intl, sockets" "memory_limit=-1" "xdebug"
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Check environment
|
- name: Check environment
|
||||||
run: |
|
run: |
|
||||||
php --version
|
php --version
|
||||||
|
Loading…
Reference in New Issue
Block a user