Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Aug 4, 2020
1 parent 91c5086 commit d54d743
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
extensions: json, snmp
php-version: ${{ matrix.php-version }}
extensions: json
tools: cs2pr

- name: Install dependencies
run: sudo apt install php${{ matrix.php-version }}-snmp

- name: Cache dependencies installed with composer
uses: actions/cache@v1
with:
Expand All @@ -45,12 +42,10 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
extensions: snmp
php-version: ${{ matrix.php-version }}
tools: cs2pr

- name: Install dependencies
run: sudo apt install php${{ matrix.php-version }}-snmp

- name: Cache dependencies installed with composer
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -79,11 +74,11 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
extensions: json, snmp
php-version: ${{ matrix.php-version }}
extensions: json

- name: Install dependencies
run: sudo apt install php${{ matrix.php-version }}-snmp python3-pip snmp
run: sudo apt install python3-pip snmp

- name: Install snmpsim
run: sudo pip3 install snmpsim
Expand Down Expand Up @@ -113,11 +108,11 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: pcov
extensions: json, snmp
php-version: ${{ matrix.php-version }}
extensions: json

- name: Install dependencies
run: sudo apt install php${{ matrix.php-version }}-snmp python3-pip snmp
run: sudo apt install python3-pip snmp

- name: Install snmpsim
run: sudo pip3 install snmpsim
Expand Down

0 comments on commit d54d743

Please sign in to comment.