chore(deps): bump axios from 1.6.3 to 1.6.8 #269
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'PR: Test' | |
on: pull_request | |
env: | |
HAB_LICENSE: accept-no-persist | |
jobs: | |
pr-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Initialize Chef Habitat environment' | |
uses: JarvusInnovations/habitat-action@action/v1 | |
with: | |
deps: | | |
core/hab-plan-build | |
- uses: actions/checkout@v2 | |
- name: 'Generate origin key: jarvus' | |
run: hab origin key generate jarvus | |
- name: Build jarvus/hologit | |
run: hab pkg exec core/hab-plan-build hab-plan-build . | |
- name: 'Test projection: docs-site' | |
run: hab pkg exec jarvus/hologit/0.0.1 git-holo project --no-cache-from --cache-to=origin docs-site | |
- name: 'Test projection: github-action-projector' | |
run: hab pkg exec jarvus/hologit/0.0.1 git-holo project --no-cache-from --cache-to=origin github-action-projector |