Skip to content

Commit

Permalink
fix: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Aug 11, 2024
1 parent b866e09 commit 6b82392
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:
- name: Install dependencies
run: npm install

- name: Set DIFFERENTIAL_API_SECRET
run: echo "DIFFERENTIAL_API_SECRET=$(curl https://api.differential.dev/demo/token)" >> $GITHUB_ENV

- name: Run tests
run: npx lerna run test
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
JWKS_URL: ${{ secrets.JWKS_URL }}
PREDICTOR_API_URL: ${{ secrets.PREDICTOR_API_URL }}

- uses: sliteteam/github-action-git-crypt-unlock@1.2.0
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}

- name: Test builds
run: npx lerna run build
# - name: Set DIFFERENTIAL_API_SECRET
# run: echo "DIFFERENTIAL_API_SECRET=$(curl https://api.differential.dev/demo/token)" >> $GITHUB_ENV

# - name: Run tests
# run: npx lerna run test
# env:
# DATABASE_URL: ${{ secrets.DATABASE_URL }}
# JWKS_URL: ${{ secrets.JWKS_URL }}
# PREDICTOR_API_URL: ${{ secrets.PREDICTOR_API_URL }}

# - uses: sliteteam/github-action-git-crypt-unlock@1.2.0
# env:
# GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}

# - name: Test builds
# run: npx lerna run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://cdn.differential.dev/logo.png" width="200" style="border-radius: 10px" />
<img src="https://pub-3fdc530288e945febdc979220f1485b3.r2.dev/logo.png" width="200" style="border-radius: 10px" />
</p>

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/differentialhq/differential/test.yml) ![NPM Downloads](https://img.shields.io/npm/dm/%40differentialhq%2Fcore) ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/%40differentialhq%2Fcore) ![NPM Version](https://img.shields.io/npm/v/%40differentialhq%2Fcore?logo=npm&label=%40differentialhq%2Fcore)
Expand Down

0 comments on commit 6b82392

Please sign in to comment.