We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2da38 commit 502b92cCopy full SHA for 502b92c
.github/workflows/playwright-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
wget https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
32
tar -xvzf apache-maven-3.9.9-bin.tar.gz
33
sudo mv apache-maven-3.9.9 /opt/maven
34
- echo "export PATH=/opt/maven/bin:$PATH" >> $GITHUB_ENV
+ echo "/opt/maven/bin" >> $GITHUB_PATH
35
36
# Step 4: Verify Maven installation
37
- name: Verify Maven version
0 commit comments