mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
comment workflow jobs for e2e testing
This commit is contained in:
parent
306c039b4d
commit
b4550b1af9
88
.github/workflows/test.yml
vendored
88
.github/workflows/test.yml
vendored
@ -163,31 +163,31 @@ jobs:
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
# JOB: LOCALES FRONTEND ######################################################
|
# JOB: LOCALES FRONTEND ######################################################
|
||||||
##############################################################################
|
##############################################################################
|
||||||
locales_frontend:
|
# locales_frontend:
|
||||||
name: Locales - Frontend
|
# name: Locales - Frontend
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
needs: [build_test_frontend]
|
# needs: [build_test_frontend]
|
||||||
steps:
|
# steps:
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
# CHECKOUT CODE ##########################################################
|
# # CHECKOUT CODE ##########################################################
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
- name: Checkout code
|
# - name: Checkout code
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
# DOWNLOAD DOCKER IMAGE ##################################################
|
# # DOWNLOAD DOCKER IMAGE ##################################################
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
- name: Download Docker Image (Frontend)
|
# - name: Download Docker Image (Frontend)
|
||||||
uses: actions/download-artifact@v3
|
# uses: actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: docker-frontend-test
|
# name: docker-frontend-test
|
||||||
path: /tmp
|
# path: /tmp
|
||||||
- name: Load Docker Image
|
# - name: Load Docker Image
|
||||||
run: docker load < /tmp/frontend.tar
|
# run: docker load < /tmp/frontend.tar
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
# LOCALES FRONTEND #######################################################
|
# # LOCALES FRONTEND #######################################################
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
- name: Frontend | Locales
|
# - name: Frontend | Locales
|
||||||
run: docker run --rm gradido/frontend:test yarn run locales
|
# run: docker run --rm gradido/frontend:test yarn run locales
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# JOB: LINT FRONTEND #########################################################
|
# JOB: LINT FRONTEND #########################################################
|
||||||
@ -535,25 +535,25 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# DATABASE MIGRATION TEST UP + RESET #####################################
|
# DATABASE MIGRATION TEST UP + RESET #####################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
database_migration_test:
|
# database_migration_test:
|
||||||
name: Database Migration Test - Up + Reset
|
# name: Database Migration Test - Up + Reset
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
#needs: [nothing]
|
# #needs: [nothing]
|
||||||
steps:
|
# steps:
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
# CHECKOUT CODE ##########################################################
|
# # CHECKOUT CODE ##########################################################
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
- name: Checkout code
|
# - name: Checkout code
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
# DOCKER COMPOSE DATABASE UP + RESET #####################################
|
# # DOCKER COMPOSE DATABASE UP + RESET #####################################
|
||||||
##########################################################################
|
# ##########################################################################
|
||||||
- name: database | docker-compose
|
# - name: database | docker-compose
|
||||||
run: docker-compose -f docker-compose.yml up --detach mariadb
|
# run: docker-compose -f docker-compose.yml up --detach mariadb
|
||||||
- name: database | up
|
# - name: database | up
|
||||||
run: docker-compose -f docker-compose.yml run -T database yarn up
|
# run: docker-compose -f docker-compose.yml run -T database yarn up
|
||||||
- name: database | reset
|
# - name: database | reset
|
||||||
run: docker-compose -f docker-compose.yml run -T database yarn reset
|
# run: docker-compose -f docker-compose.yml run -T database yarn reset
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# JOB: END-TO-END TESTS #####################################################
|
# JOB: END-TO-END TESTS #####################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user