Skip to content

Fix and improve pipeline for server and client #20

Fix and improve pipeline for server and client

Fix and improve pipeline for server and client #20

Triggered via pull request August 13, 2024 11:49
@eidan66eidan66
synchronize #40
fix-pipeline
Status Startup failure
Total duration
Artifacts

main.yml

on: pull_request
install_dependencies_client
install_dependencies_client
install_dependencies_server
install_dependencies_server
run_tests_client
run_tests_client
run_tests_server
run_tests_server
Fit to window
Zoom out
Zoom in

Annotations

1 error
Invalid workflow file: .github/workflows/main.yml#L27
The workflow is not valid. .github/workflows/main.yml (Line: 27, Col: 9): Unexpected symbol: 'contains'. Located at position 173 within expression: contains(github.event.pull_request.labels.*.name, 'server') || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.event.commits.*.modified contains 'server/') || (github.event_name == 'pull_request' && github.event.pull_request.changed_files contains 'server/') .github/workflows/main.yml (Line: 49, Col: 9): Unexpected symbol: 'contains'. Located at position 173 within expression: contains(github.event.pull_request.labels.*.name, 'client') || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') && github.event.commits.*.modified contains 'client/') || (github.event_name == 'pull_request' && github.event.pull_request.changed_files contains 'client/')