Skip to content

Commit

Permalink
chore: fix gh actions references
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Sep 18, 2024
1 parent 213057a commit d650512
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emulator-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
working-directory: hero

- name: Update Dom Bridges
run: yarn workspace @ulixee/hero-browser-profiler-dom-bridger generate
run: yarn workspace @ulixee/unblocked-browser-profiler-dom-bridger generate
working-directory: hero

- name: Force Generate Profiles
run: yarn workspace @ulixee/hero-browser-emulator-builder generate force
run: yarn workspace @ulixee/unblocked-browser-emulator-builder generate force
working-directory: hero

- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/new-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:

- name: 'Clear plugin-ids from manual'
if: ${{ github.event.inputs.clearPlugins }}
run: yarn workspace @ulixee/hero-browser-profiler profile:clean ${{ github.event.inputs.clearPlugins }}
run: yarn workspace @ulixee/unblocked-browser-profiler profile:clean ${{ github.event.inputs.clearPlugins }}
working-directory: ./hero

- name: 'Collect new Browserstack Profiles'
run: yarn workspace @ulixee/hero-browser-profiler profile:browserstack
run: yarn workspace @ulixee/unblocked-browser-profiler profile:browserstack
working-directory: ./hero
env:
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile-doms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
working-directory: ./hero

- name: 'Collect new Browserstack Profiles'
run: yarn workspace @ulixee/hero-browser-profiler profile:dom-browserstack
run: yarn workspace @ulixee/unblocked-browser-profiler profile:dom-browserstack
working-directory: ./hero
env:
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

- name: 'Collect Local Doms'
run: yarn workspace @ulixee/hero-browser-profiler profile:dom-local
run: yarn workspace @ulixee/unblocked-browser-profiler profile:dom-local
working-directory: ./hero
env:
NODE_ENV: development
Expand Down

0 comments on commit d650512

Please sign in to comment.