Skip to content

Commit

Permalink
update github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
KrothuTheCoder committed Feb 27, 2024
1 parent b81029a commit 594bb3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main_ui-ipa-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Set CI environment variable to false
run: echo "CI=false" >> $GITHUB_ENV

- name: Set up Node.js version
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 594bb3e

Please sign in to comment.