Skip to content

Issue 183 : add keywords and categories pages #277

Issue 183 : add keywords and categories pages

Issue 183 : add keywords and categories pages #277

Workflow file for this run

name: E2E
on:
pull_request:
push:
branches:
- master
jobs:
simple_library:
name: 'Scenario: Simple library'
runs-on: ubuntu-latest
strategy:
matrix:
database: [sqlite, mysql, postgres]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Run Scenario
env:
DATABASE: ${{ matrix.database }}
SCENARIO: simple-library
run: |
cd e2e/images
git config --global user.name "Alexandrie E2E Tester"
git config --global user.email "[email protected]"
./run-scenario.sh