Skip to content

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.302.0 #3008

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.302.0

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.302.0 #3008

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Ruby
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
with:
ruby-version: '3.1'
- name: Install Node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 22
- name: Run tests
run: |
cd test/aws-lambda
bundle install
bundle exec maze-runner