Skip to content

Commit

Permalink
lts 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Oct 29, 2024
1 parent 7dd806b commit bf70f24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
with:
branch: lts-2025

ftest:
uses: nuxeo/nuxeo-web-ui/.github/workflows/ftest.yaml@lts-2025
secrets:
NPM_PACKAGES_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }}
PACKAGES_AUTH_USER: ${{ secrets.PACKAGES_AUTH_USER }}
PACKAGES_AUTH_TOKEN: ${{ secrets.PACKAGES_AUTH_TOKEN }}
with:
branch: lts-2025
# ftest:
# uses: nuxeo/nuxeo-web-ui/.github/workflows/ftest.yaml@lts-2025
# secrets:
# NPM_PACKAGES_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }}
# PACKAGES_AUTH_USER: ${{ secrets.PACKAGES_AUTH_USER }}
# PACKAGES_AUTH_TOKEN: ${{ secrets.PACKAGES_AUTH_TOKEN }}
# with:
# branch: lts-2025

build:
needs: [lint, test, a11y]
Expand Down

0 comments on commit bf70f24

Please sign in to comment.