Skip to content

Commit d91df05

Browse files
tyagiparthkaidaguerre
tyagiparth
authored andcommitted
Added github workflow to run acceptance tests on every PR (#76)
1 parent 00a12ac commit d91df05

File tree

8 files changed

+8680
-0
lines changed

8 files changed

+8680
-0
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Semver Tags'
2+
description: 'Get appropriate Semver Tags on OVI images in Google Cloud'
3+
inputs:
4+
image-to-tag:
5+
description: 'The image to tag (ex: us-docker.pkg.dev/steampipe/plugin/turbot/aws:my-tag-or-digest)'
6+
required: true
7+
image-version:
8+
description: 'The image version, this should be an EXACT version (ex: 1.2.3)'
9+
required: true
10+
# outputs:
11+
# stdout: # id of output
12+
# description: ''
13+
runs:
14+
using: 'node12'
15+
main: 'dist/index.js'

.github/actions/semver-tags/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ncc build index.js

0 commit comments

Comments
 (0)