Compare commits

..

4 Commits

Author SHA1 Message Date
d0c2c1acd5 Merge branch 'main' into use-baked-playwright-image
Some checks failed
Playwright Tests / test (pull_request) Failing after 2s
Check usage of free licenses / build-static-assets (pull_request) Successful in 28s
Add copyright notice / copyright_notice (pull_request) Successful in 41s
Build Nginx-based docker image / build-static-assets (push) Successful in 5m46s
2025-06-01 21:25:35 +00:00
bfeaae8298 Enable execution of playwright tests
Some checks failed
Playwright Tests / test (pull_request) Failing after 1s
Add copyright notice / copyright_notice (pull_request) Successful in 58s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m10s
Build Nginx-based docker image / build-static-assets (push) Successful in 3m34s
2025-04-28 21:57:38 +00:00
63d251af66 Merge branch 'main' into use-baked-playwright-image
Some checks failed
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 37s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m0s
Build Nginx-based docker image / build-static-assets (push) Has been cancelled
2025-04-28 21:56:06 +00:00
54f345c9e5 Update image to run playwright tests
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
Check usage of free licenses / build-static-assets (pull_request) Has been cancelled
Add copyright notice / copyright_notice (pull_request) Has been cancelled
Build Nginx-based docker image / build-static-assets (pull_request) Has been cancelled
2024-11-01 19:45:54 +01:00
2 changed files with 9 additions and 9 deletions

View File

@ -9,22 +9,22 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
test: test:
if: false
timeout-minutes: 60 timeout-minutes: 60
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: mcr.microsoft.com/playwright:latest image: ${{ secrets.PRIVATE_REGISTRY_HOST }}/${{ secrets.PRIVATE_REGISTRY_USERNAME }}/playwright-docker:latest
credentials:
username: ${{ secrets.PRIVATE_REGISTRY_USERNAME }}
password: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: lts/* node-version: lts/*
- name: Install dependencies - name: Install dependencies
run: npm install -g pnpm && pnpm install run: pnpm install
- name: Build the service that will be tested - name: Build the service that will be tested
run: npm run build run: npm run build
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run the service that will be tested - name: Run the service that will be tested
run: npm run start & run: npm run start &
- name: Run Playwright tests - name: Run Playwright tests

8
pnpm-lock.yaml generated
View File

@ -61,7 +61,7 @@ importers:
version: 11.1.0 version: 11.1.0
zod: zod:
specifier: ^3.23.8 specifier: ^3.23.8
version: 3.25.46 version: 3.25.45
devDependencies: devDependencies:
'@playwright/test': '@playwright/test':
specifier: ^1.46.0 specifier: ^1.46.0
@ -1417,8 +1417,8 @@ packages:
engines: {node: '>= 14'} engines: {node: '>= 14'}
hasBin: true hasBin: true
zod@3.25.46: zod@3.25.45:
resolution: {integrity: sha512-IqRxcHEIjqLd4LNS/zKffB3Jzg3NwqJxQQ0Ns7pdrvgGkwQsEBdEQcOHaBVqvvZArShRzI39+aMST3FBGmTrLQ==} resolution: {integrity: sha512-kv1swJBZqv98NQibL0oVvkQE8rXT+6qGNM1FpZkFcJG2jnz4vbtu48bgaitp85CaBPLSKXibrEsU7MzJoVoZAA==}
snapshots: snapshots:
@ -2765,4 +2765,4 @@ snapshots:
yaml@2.4.3: {} yaml@2.4.3: {}
zod@3.25.46: {} zod@3.25.45: {}