Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed Nov 1, 2024
1 parent b07734a commit e7f5547
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,27 @@ jobs:
runs-on: ubuntu-22.04
needs:
- setup
env:
_LATEST_BROWSER_TAG: ${{ needs.setup.outputs.latest_browser_tag }}
_NODE_VERSION: ${{ needs.setup.outputs.node_version }}
defaults:
run:
working-directory: clients/apps/browser/
steps:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Clone real repo
run: |
git clone https://github.com/bitwarden/clients.git
- name: Setup repo
working-directory: clients
run: |
git fetch --tags
echo "Checking out ${{ env._LATEST_BROWSER_TAG }}"
git checkout ${{ env._LATEST_BROWSER_TAG }}
- name: Testing locales - extName length
run: |
found_error=false
Expand Down

0 comments on commit e7f5547

Please sign in to comment.