Skip to content

Commit

Permalink
Clean up and enable secure feed
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 1bd16c5 commit e31f85b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
CI_PULL_REQUEST: 1 # Skip nightly tests
NODE_ENV: test # Add instrumentation code
node-version: 18.x
skip-secure-feed: true # TODO: Turn this off.
skip-secure-feed: false

jobs:
build:
Expand Down Expand Up @@ -268,17 +268,6 @@ jobs:
with:
name: test-result

- run: ls -laR

# - name: Use Node.js ${{ env.node-version }}
# uses: actions/setup-node@v4
# with:
# node-version: ${{ env.node-version }}

# - if: "env.skip-secure-feed != 'true'"
# name: Enable secure feed
# run: npx https://aka.ms/EnableSecureFeed

- name: Install lcov
run: sudo apt install -y lcov

Expand Down

0 comments on commit e31f85b

Please sign in to comment.