Skip to content

Use word base type instead of String #83

Use word base type instead of String

Use word base type instead of String #83

name: AWS Lambda tests
permissions: read-all
on:
push:
pull_request:
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@v2
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Run tests
run: |
cd test/e2e/aws-sam
bundle install
bundle exec maze-runner --no-log-requests