Skip to content

thokra-nav/test-nais-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Test Repository for nais/setup-nais-cli

Test nais/setup-nais-cli

This repository contains a simple GitHub Actions workflow to test the nais/setup-nais-cli action.

Test Workflow

The workflow (test-basic.yml) does the following:

  • Triggers: Runs on push to main/master branches and manual dispatch
  • Version Input: Allows specifying a version during manual dispatch (defaults to 'latest')
  • Test: Installs the nais CLI and verifies the --version flag works

Usage

Automatic Testing

The workflow runs automatically on every push to the main branch.

Manual Testing

  1. Go to the "Actions" tab in your GitHub repository
  2. Select "Test nais/setup-nais-cli" workflow
  3. Click "Run workflow"
  4. Optionally specify a version (e.g., v3.8.3) or leave blank for latest
  5. Click "Run workflow"

Expected Behavior

The workflow should:

  1. Successfully install the nais CLI using the nais/setup-nais-cli@v1 action
  2. Verify the installation with nais --version
  3. Complete without errors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published