Skip to content

Commit

Permalink
Add AWS package workflow and import dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Jan 24, 2024
1 parent 387d5f3 commit 016196c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/Test.yml → .github/workflows/package-aws.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Build / Test
name: Test AWS Package

on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'packages/aws/**'
pull_request:
branches: [ main ]
paths:
- 'packages/aws/**'

jobs:
build:

MAF-AWS:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -45,8 +45,6 @@ jobs:
env:
ENVIRONMENT: CI
USE_ENV_VARIABLES: "TRUE"
FAKE_SQL_USERNAME: MAF
FAKE_SQL_PASSWORD: MAF
LOCALSTACK_HOSTNAME: localhost
AWSENV: LOCALSTACK

Expand Down
2 changes: 2 additions & 0 deletions packages/aws/stepDefinitions/imports.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('@ln-maf/validations')
require('@ln-maf/core/parameter_types')

0 comments on commit 016196c

Please sign in to comment.