Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Jan 26, 2024
1 parent 6e6bb68 commit ed94f6c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,22 +168,18 @@ jobs:

build_reactdev:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.base.ref == 'dev' }}
if: ${{ github.event.pull_request.base.ref == 'dev' }}; then
export PUBLIC_URL=/react-dev
export REACT_APP_BRANCH=dev
export REACT_APP_GAID=G-JY7JTQ87MB
echo "dev"
needs: npm_pack

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
export PUBLIC_URL=/react-dev
export REACT_APP_BRANCH=dev
export REACT_APP_GAID=G-JY7JTQ87MB
echo "dev"
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ed94f6c

Please sign in to comment.