Skip to content

add version and sha in docker image instead of Azure configs #179

add version and sha in docker image instead of Azure configs

add version and sha in docker image instead of Azure configs #179

Workflow file for this run

name: Tests on integration tools
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tools/integration
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
cache: 'npm'
cache-dependency-path: './tools/integration/'
- name: Install dependencies
run: npm ci
- name: Run tests on tools
run: npm test