Skip to content

fix bugs in name_index creator #132

fix bugs in name_index creator

fix bugs in name_index creator #132

Workflow file for this run

name: End2End Testing with Cypress
on:
push:
{}
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the source code
- name: 🛎️ Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Restores the cache if it exists.
- name: ⛏ Restore docker image from cache
uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
- name: 🏗️ Build the stack
run: docker-compose -f docker-compose.yml -f docker-compose.ci-testing.yml build
- name: 🚀 Run cypress (e2e tests)
run: docker-compose -f docker-compose.yml -f docker-compose.ci-testing.yml up --exit-code-from awt-cypress