File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
shared-key : " ubuntu-22.04-shared-cache"
56
56
- name : install wash (previous version)
57
57
if : ${{ matrix.wash-version != 'current' }}
58
- uses : taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
58
+ uses : taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
59
59
with :
60
60
tool : wash-cli@${{ matrix.wash-version }}
61
61
- name : build wash (current)
Original file line number Diff line number Diff line change 38
38
with :
39
39
cli-args : " -f ./crates/secrets-nats-kv/tools/docker-compose.yml up --detach"
40
40
- name : Install nextest
41
- uses : taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
41
+ uses : taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
42
42
with :
43
43
tool : nextest
44
44
- name : Run integration tests
Original file line number Diff line number Diff line change 37
37
with :
38
38
shared-key : " ${{ matrix.os }}-shared-cache"
39
39
- name : Install nextest
40
- uses : taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
40
+ uses : taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
41
41
with :
42
42
tool : nextest
43
43
71
71
with :
72
72
cli-args : " -f ./crates/wash-cli/tools/docker-compose.yml up --detach"
73
73
- name : Install nextest
74
- uses : taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
74
+ uses : taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
75
75
with :
76
76
tool : nextest
77
77
- name : Run integration tests
97
97
shared-key : " ubuntu-22.04-shared-cache"
98
98
- name : install wash (previous version)
99
99
if : ${{ matrix.wash-version != 'current' }}
100
- uses : taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
100
+ uses : taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
101
101
with :
102
102
tool : wash-cli@${{ matrix.wash-version }}
103
103
- name : install wash (current)
Original file line number Diff line number Diff line change 74
74
run : npx playwright install --with-deps chromium
75
75
76
76
- name : Install wash
77
- uses : taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
77
+ uses : taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
78
78
with :
79
79
tool : wash-cli@${{ matrix.wash.version }}
80
80
You can’t perform that action at this time.
0 commit comments