Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TenSt committed Sep 22, 2023
1 parent 3d814a2 commit 89e1d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,17 @@ defaults:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
# version: [v0.6.85]
version: [v0.6.85]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Archipelo
uses: ./
with:
version: main
qa: true

- name: Show folder
run: ls -lsa

- name: Run version
run: archipelo version

- name: Capture archipelo version installed
run: |
export AR_VERSION=$( archipelo version )
Expand All @@ -44,7 +33,7 @@ jobs:
- name: Verify
shell: python
env:
AR_VERSION_EXPECTED: ${{ matrix.version }}
AR_VERSION_EXPECTED: v0.6.86
run: |
import sys, os
sys.exit(
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: Version of Archipelo CLI to install
required: false
default: v0.6.85
default: v0.6.86
qa:
required: false
description: Point to QA? Only for testing
Expand Down

0 comments on commit 89e1d00

Please sign in to comment.