@kth/api-call
Version:
Node.js module to make JSON calls against APIs.
29 lines (24 loc) • 477 B
YAML
trigger:
branches:
include:
- main
pr:
- main
resources:
repositories:
- repository: cet-iac
type: git
name: Cloud Excellence Team/cet-iac
ref: main
pool:
vmImage: 'ubuntu-latest'
stages:
- stage: build_test
displayName: Build and test
jobs:
- job: unit_test
displayName: Unit test
steps:
- template: templates/test/npm-test.yml@cet-iac
parameters:
nodeVersion: 18