File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
steps :
11
11
- uses : actions/setup-python@v4
12
12
with :
13
- python-version : 3.7
13
+ python-version : 3.9
14
14
os_build :
15
15
runs-on : ${{ matrix.os }}
16
16
strategy :
17
17
matrix :
18
18
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 ]
21
21
env :
22
22
SAM_CLI_TELEMETRY : " 0"
23
23
AWS_REGION : " us-east-1"
32
32
- name : Update Homebrew and save docker version
33
33
if : runner.os == 'macOS'
34
34
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
37
37
- name : Configure Homebrew docker cache files
38
38
uses : actions/cache@v3
39
39
if : runner.os == 'macOS'
@@ -121,7 +121,7 @@ jobs:
121
121
sam build --debug --build-dir ./build TypeFunction
122
122
sam build --debug --build-dir ./build TestEntrypoint
123
123
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
125
125
- name : Gather Debug Logs
126
126
id : gather_logs
127
127
continue-on-error : true
You can’t perform that action at this time.
0 commit comments