Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 26, 2023
1 parent 2240d65 commit 26dd9b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
if [ ${{ secrets.PROJECTS_BUILD_ENABLED }} == 'true' ]; then
echo "ok=enabled" >> $GITHUB_OUTPUT
fi
- name: Install Chrome
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
compile-codebase:
needs:
- secrets-gate
Expand Down

0 comments on commit 26dd9b6

Please sign in to comment.