Skip to content

Commit

Permalink
Enable gradle-based workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-sousa committed Sep 25, 2024
1 parent d7b1e2f commit 325bb3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 140 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/ant-main.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/ant-staging.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
with:
repository: specs-feup/lara-framework
path: lara-framework
#ref: ${{ steps.Branch-lara-framework.outputs.stdout == '1' && env.BRANCH_NAME || env.DEFAULT_BRANCH }} Disabled until PR is merged
ref: "feature/lara-js"
ref: ${{ steps.Branch-lara-framework.outputs.stdout == '1' && env.BRANCH_NAME || env.DEFAULT_BRANCH }}

- name: Checkout specs-java-libs
uses: actions/checkout@v4
Expand Down Expand Up @@ -117,8 +116,7 @@ jobs:
with:
repository: specs-feup/lara-framework
path: lara-framework
#ref: ${{ steps.Branch-lara-framework.outputs.stdout == '1' && env.BRANCH_NAME || env.DEFAULT_BRANCH }} Disabled until PR is merged
ref: "feature/lara-js"
ref: ${{ steps.Branch-lara-framework.outputs.stdout == '1' && env.BRANCH_NAME || env.DEFAULT_BRANCH }}

- name: Setup js workspace
run: |
Expand Down

0 comments on commit 325bb3f

Please sign in to comment.