Skip to content

Commit

Permalink
Remove obsolete additional runs
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Dec 3, 2024
1 parent 26c5078 commit 5b20545
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/ci-validate-codeql.yml

This file was deleted.

21 changes: 0 additions & 21 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ extends:
name: OneESPool # Name of your hosted pool
image: HostedPoolWindowsImage # Name of the image in your pool. If not specified, first image of the pool is used
os: windows # OS of the image. Allowed values: windows, linux, macOS
containers:
playwright_container:
image: mcr.microsoft.com/playwright:v1.49.0-noble
stages:
- stage: Stage
jobs:
Expand All @@ -40,8 +37,6 @@ extends:
targetPath: $(System.ArtifactsDirectory)
artifactName: drop

container: playwright_container

variables:
npm_config_cache: $(Pipeline.Workspace)/.npm

Expand All @@ -66,22 +61,6 @@ extends:
npm ci
displayName: "Install package dependencies"
- script: |
npm run checkchange
displayName: "Check for the presence of changed files inside ./change"
- script: |
npm run format:check
displayName: "Test Prettier format"
- script: |
npm run build
displayName: "Build workspaces"
- script: |
npm run test
displayName: "Testing unit tests"
- script: |
npm run test:validation
displayName: "Testing final validation"

0 comments on commit 5b20545

Please sign in to comment.