diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-14 08:53:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-14 08:53:12 -0600 |
| commit | 7deb66eba8f682684976ff64deb9acced682de4f (patch) | |
| tree | 3f37bf6bc978c996d3548017d392bc355e40b908 /.gitlab-ci.yml | |
| parent | 39e09f5c764c96a3be9c7c42d62251501870851c (diff) | |
chore: user .gitlab-ci.yml file `variables` syntax
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f47641af..0a0bab42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ test: image: golang:1.24-alpine + variables: + PLAYWRIGHT_NODEJS_PATH: /usr/bin/node script: - apk add --no-cache bash build-base firefox chromium git go make nodejs npm openssl-dev ruby ruby-bundler ruby-dev - - PLAYWRIGHT_NODEJS_PATH=/usr/bin/node make + - make |
