Skip to content

Commit

Permalink
Github Migration
Browse files Browse the repository at this point in the history
Signed-off-by: csavulalfx <cavula@contractor.linuxfoundation.org>
  • Loading branch information
csavulalfx committed Mar 5, 2024
1 parent 479883f commit 47f760b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,14 @@ jobs:
aws-region: us-east-1
role-duration-seconds: 900

- name: Install Top Level Dependencies
run: yarn install

- name: Install Edge Dependencies
run: yarn install

- name: Build dev
run: yarn build:${STAGE}
run: yarn build:dev

- name: Build Edge
run: |
Expand Down Expand Up @@ -64,7 +70,7 @@ jobs:
role-duration-seconds: 900

- name: Build Source
run: yarn build:${STAGE}
run: yarn build:dev

- name: Build Edge
run: |
Expand Down

0 comments on commit 47f760b

Please sign in to comment.