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 47e88b9 commit 6af279cCopy full SHA for 6af279c
.github/workflows/e2e-test.yml
@@ -22,6 +22,8 @@ jobs:
22
- uses: actions/checkout@v4
23
env:
24
GITHUB_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
25
+ - run: |
26
+ npm run build
27
- run: |
28
curl -Ls "https://get.maestro.mobile.dev" | bash
29
export PATH="$PATH":"$HOME/.maestro/bin"
0 commit comments