Skip to content

Commit 969dbe2

Browse files
committed
MQE-2255: Migrate MFTF builds out of Travis
1 parent 53b0799 commit 969dbe2

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: shivammathur/setup-php@master
2121
with:
2222
php-version: ${{ matrix.php-versions }}
23+
extensions: curl, dom, intl, json, openssl
2324

2425
- name: Cache Composer packages
2526
id: composer-cache
@@ -60,7 +61,7 @@ jobs:
6061
uses: shivammathur/setup-php@master
6162
with:
6263
php-version: ${{ matrix.php-versions }}
63-
extensions: bcmath, ctype, curl, dom, gd, hash, iconv, intl, mbstring, openssl, pdo_mysql, simplexml, soap, xsl, zip
64+
extensions: curl, dom, intl, json, openssl
6465

6566
- name: Cache Composer packages
6667
id: composer-cache
@@ -92,7 +93,7 @@ jobs:
9293
uses: shivammathur/setup-php@master
9394
with:
9495
php-version: ${{ matrix.php-versions }}
95-
extensions: bcmath, ctype, curl, dom, gd, hash, iconv, intl, mbstring, openssl, pdo_mysql, simplexml, soap, xsl, zip
96+
extensions: curl, dom, intl, json, openssl
9697

9798
- name: Cache Composer packages
9899
id: composer-cache
@@ -130,7 +131,7 @@ jobs:
130131
uses: shivammathur/setup-php@master
131132
with:
132133
php-version: ${{ matrix.php-versions }}
133-
extensions: bcmath, ctype, curl, dom, gd, hash, iconv, intl, mbstring, openssl, pdo_mysql, simplexml, soap, xsl, zip
134+
extensions: curl, dom, intl, json, openssl
134135

135136
- name: Cache Composer packages
136137
id: composer-cache
@@ -147,3 +148,9 @@ jobs:
147148

148149
- name: Run tests
149150
run: bin/functional
151+
152+
- name: Allure report
153+
uses: afiore/action-allure-report@v0.1.0
154+
with:
155+
results-dir: dev/tests/_output/allure-results
156+

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)