Skip to content

Commit

Permalink
unfurl technology
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Mar 14, 2024
1 parent a379126 commit af479ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/actions/vintner-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: (VINTNER) Sleep
shell: bash
run: sleep 5

- name: (VINTNER) Test application
if: ${{ inputs.env == 'OS' }}
shell: bash
Expand Down Expand Up @@ -50,6 +54,6 @@ runs:
echo "minikube ip: ${MINIKUBE_IP}"
curl --fail-with-body https://${MINIKUBE_IP}:${PORT}
curl --fail-with-body http://${MINIKUBE_IP}:${PORT}
env:
PORT: ${{ inputs.port }}
4 changes: 1 addition & 3 deletions .github/workflows/case-study-unfurl-technology.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Case Study "Unfurl Technology"
on:
workflow_dispatch:

concurrency: unfurl-technology
jobs:
###################################################
#
Expand Down Expand Up @@ -183,8 +183,6 @@ jobs:
openstack:
name: OpenStack
runs-on: ubuntu-22.04
# TODO: is working
if: false
env:
ORCHESTRATOR: unfurl
EXAMPLE: unfurl-technology-conditional-quality-maintenance
Expand Down

0 comments on commit af479ed

Please sign in to comment.