Skip to content

Commit 1c4b893

Browse files
authored
Merge branch 'master' into versionBump
2 parents bd81209 + 1611daa commit 1c4b893

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.7
13+
python-version: 3.9
1414
os_build:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest, macos-latest ]
19-
python: [ 3.7, 3.8, 3.9 ]
20-
node: [ 14 ]
19+
python: [ 3.8, 3.9 ]
20+
node: [ 18 ]
2121
env:
2222
SAM_CLI_TELEMETRY: "0"
2323
AWS_REGION: "us-east-1"
@@ -32,8 +32,8 @@ jobs:
3232
- name: Update Homebrew and save docker version
3333
if: runner.os == 'macOS'
3434
run: |
35-
brew update --preinstall
36-
cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/docker.rb" > .github/brew-formulae
35+
brew tap homebrew/core
36+
cat "$(brew --repository)/Library/Taps/homebrew/homebrew-core/Formula/d/docker.rb" > .github/brew-formulae
3737
- name: Configure Homebrew docker cache files
3838
uses: actions/cache@v3
3939
if: runner.os == 'macOS'
@@ -121,7 +121,7 @@ jobs:
121121
sam build --debug --build-dir ./build TypeFunction
122122
sam build --debug --build-dir ./build TestEntrypoint
123123
sam local invoke -t ./build/template.yaml --debug --event ./sam-tests/create.json --log-file ./sam.log TestEntrypoint
124-
grep -q '"status":"SUCCESS"' sam.log
124+
grep -q '"SUCCESS"' sam.log
125125
- name: Gather Debug Logs
126126
id: gather_logs
127127
continue-on-error: true

0 commit comments

Comments
 (0)