Skip to content

[ui, bugfix] UI test should click the anchor, not the list item #2634

[ui, bugfix] UI test should click the anchor, not the list item

[ui, bugfix] UI test should click the anchor, not the list item #2634

Workflow file for this run

name: Ember Asset Sizes
on:
pull_request:
paths:
- 'ui/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '14'
- uses: backspace/ember-asset-size-action@d4548d8dfc7296aab5f646e457e2ac2f4a245e01 # v3.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
working-directory: "ui"
permissions:
contents: read