Browse Source

Single run for moodle-release workflow for now.

40-behatfixes
Dan Marsden 3 years ago
parent
commit
bc46a79685
  1. 12
      .github/workflows/moodle-release.yml

12
.github/workflows/moodle-release.yml

@ -29,19 +29,11 @@ jobs:
ports: ports:
- 5432:5432 - 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
mariadb:
image: mariadb:10.5
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php-versions: ['7.3', '7.4'] php-versions: ['7.4']
database: ['pgsql', 'mariadb'] database: ['pgsql']
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save