File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -514,10 +514,6 @@ trigger:
514514 event :
515515 - pull_request
516516
517- # volumes:
518- # - name: deps
519- # temp: {}
520-
521517services :
522518 - name : pgsql
523519 pull : default
@@ -545,13 +541,10 @@ steps:
545541 pull : always
546542 commands :
547543 - make deps-backend
548- # volumes:
549- # - name: deps
550- # path: /go
551544
552545 # TODO: We should probably build all dependencies into a test image
553546 - name : test-e2e
554- image : mcr.microsoft.com/playwright:v1.22.2 -focal
547+ image : mcr.microsoft.com/playwright:v1.23.1 -focal
555548 commands :
556549 - curl -sL https://go.dev/dl/go1.18.3.linux-amd64.tar.gz -o go1.18.3.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.3.linux-amd64.tar.gz
557550 - groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
@@ -568,9 +561,6 @@ steps:
568561 TEST_PGSQL_DBNAME : ' testgitea-e2e'
569562 NPX_FLAGS : ' --yes'
570563 depends_on : [build-frontend, deps-backend]
571- # volumes:
572- # - name: deps
573- # path: /go
574564
575565---
576566kind : pipeline
You can’t perform that action at this time.
0 commit comments