Skip to content

Commit

Permalink
deletes test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pirupius committed Jan 11, 2024
1 parent 5bc290e commit 937a566
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
node-version: '18'
registry-url: 'https://registry.npmjs.org'

- name: Use full Git path
run: |
git --version
yarn --version
- name: Display environment variables
run: env

- name: Cache dependencies
id: cache
uses: actions/cache@v3
Expand All @@ -83,15 +75,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Clear Yarn cache
run: yarn cache clean

- name: Clear Yarn cache
run: yarn cache clean

# - name: Install dependencies
# if: steps.cache.outputs.cache-hit != 'true'
# run: yarn install --immutable
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --immutable

- name: Version
run: yarn workspaces foreach --worktree --topological --exclude @ohri/openmrs-esm-ohri version "$(node -e "console.log(require('semver').inc(require('./package.json').version, 'patch'))")-pre.${{ github.run_number }}"
Expand Down

0 comments on commit 937a566

Please sign in to comment.