Skip to content

chore: 🔒 don't inject environment variables into build artifact #1597

chore: 🔒 don't inject environment variables into build artifact

chore: 🔒 don't inject environment variables into build artifact #1597

Workflow file for this run

name: AWS Lambda tests
permissions: read-all
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install libcurl4-openssl-dev and net-tools
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install net-tools
- run: sam --version
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install Ruby
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
with:
ruby-version: '3.1'
- name: Install Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: 18
- name: Run tests
run: |
cd test/aws-lambda
bundle install
bundle exec maze-runner