Skip to content

Commit

Permalink
set the working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed Sep 21, 2021
1 parent 068094a commit 3c68194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ jobs:
nix-shell --arg includeServerBuildSupport false --arg includeRunLocallySupport false --run build-editor-staging-ci
- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v1.1.0
working-directory: editor/lib/
with:
webpackStatsFile: ./lib/staging-stats.json
webpackStatsFile: ./staging-stats.json
key: ${{ secrets.RELATIVE_CI_KEY }}
debug: false
- name: Create Editor Bundle
Expand Down

0 comments on commit 3c68194

Please sign in to comment.