Skip to content

Commit

Permalink
Changing mariadb to use lts instead of latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinsingla committed Feb 21, 2024
1 parent db65ab6 commit ea7d316
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 87 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ jobs:
host: localhost
port: 3306
timeout: 60
# - name: Install dependencies
# run: npm ci
# working-directory: ci
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
# working-directory: ci
# - name: Run Playwright tests
# run: npx playwright test
# working-directory: ci
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install dependencies
run: npm ci
working-directory: ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: ci
- name: Run Playwright tests
run: npx playwright test
working-directory: ci
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ formulize-docs/_site
.DS_Store
libraries/php-saml/settings.php
ci/test-results
ci/playwright-report
ci/node_modules
69 changes: 0 additions & 69 deletions ci/playwright-report/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
links:
- mariadb
mariadb:
image: "mariadb"
image: "mariadb:lts"
restart: 'no'
ports:
- 3306:3306
Expand Down

0 comments on commit ea7d316

Please sign in to comment.