WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): update actions/checkout action to v5 #15

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #15

Workflow file for this run

name: 'Check as aqua custom registry'
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/envs/check-for-aqua/*'
- '.github/workflows/check-for-aqua.yaml'
- 'aqua/**.yaml'
workflow_dispatch:
jobs:
validate-registry:
runs-on: ${{ matrix.vm }}
strategy:
matrix:
vm:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: 'actions/checkout@v5'
- uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4
with:
aqua_version: v2.43.1
enable_aqua_install: false
- name: 'Check raised error when call install without policy'
working-directory: '.github/envs/check-for-aqua'
shell: bash
run: |
set -e
! aqua --log-level=DEBUG install
- name: 'Verify registry with policy that we can install age.'
working-directory: '.github/envs/check-for-aqua'
run: |
aqua --log-level=DEBUG policy allow
aqua --log-level=DEBUG install
gigi nim
env:
AQUA_POLICY_CONFIG: './aqua-policy.yaml'