Skip to content

Commit

Permalink
Merge pull request #7695 from Expensify/andrew-token
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Feb 11, 2022
2 parents 5748782 + 5b61dab commit 1aa52ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
uses: Expensify/App/.github/actions/triggerWorkflowAndWait@main
with:
WORKFLOW: lint.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run tests
id: tests
uses: Expensify/App/.github/actions/triggerWorkflowAndWait@main
with:
WORKFLOW: test.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# This Slack step is duplicated in all workflows, if you make a change to this step, make sure to update all
# the other workflows with the same change
Expand Down

0 comments on commit 1aa52ed

Please sign in to comment.