Skip to content

Commit

Permalink
Added instalation of the current version of the Emmett package to det…
Browse files Browse the repository at this point in the history
…ect regression/fix
  • Loading branch information
oskardudycz committed Oct 25, 2024
1 parent 7566bf1 commit d86351d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ jobs:
echo "No errors found, proceeding..."
fi
# - name: Use Emmett shims in the browser compatibility test project
# working-directory: ./src/e2e/browser
# run: npm install ${{ env.PACKAGE_FILENAME_SHIMS }}
- name: Use Emmett shims in the browser compatibility test project
working-directory: ./src/e2e/browser
run: npm install ../esmCompatibility/${{ env.PACKAGE_FILENAME_SHIMS }}

# - name: Use Emmett in the browser compatibility test project
# working-directory: ./src/e2e/browser
# run: npm install ${{ env.PACKAGE_FILENAME }}
- name: Use Emmett in the browser compatibility test project
working-directory: ./src/e2e/browser
run: npm install ../esmCompatibility/${{ env.PACKAGE_FILENAME }}

- name: Install packages in the browser compatibility test project
working-directory: ./src/e2e/browser
Expand Down

0 comments on commit d86351d

Please sign in to comment.