mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
CI
This commit is contained in:
parent
ac1a3ac499
commit
4bb2a0b2ba
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -29,15 +29,15 @@ jobs:
|
||||
mysql user: 'root'
|
||||
mysql password: 'root'
|
||||
|
||||
- name: Set up PHP
|
||||
- name: Set up PHP ${{ matrix.php-version }}
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.python-version }}
|
||||
php-version: ${{ matrix.php-version }}
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.php-version }}
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install SeleniumBase
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user