Skip to content

Commit 502b92c

Browse files
committed
Updated github actions script
1 parent 8a2da38 commit 502b92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
wget https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
3232
tar -xvzf apache-maven-3.9.9-bin.tar.gz
3333
sudo mv apache-maven-3.9.9 /opt/maven
34-
echo "export PATH=/opt/maven/bin:$PATH" >> $GITHUB_ENV
34+
echo "/opt/maven/bin" >> $GITHUB_PATH
3535
3636
# Step 4: Verify Maven installation
3737
- name: Verify Maven version

0 commit comments

Comments
 (0)