Skip to content

Commit 9f29fad

Browse files
authored
chore: Revert snapshot overrides (#2050)
Revert snapshot overrides
1 parent 9ba245e commit 9f29fad

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/e2e.yml

-18
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ jobs:
8585
uses: fluencelabs/cli/.github/workflows/tests.yml@main
8686
with:
8787
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"
88-
js-client-snapshots: |
89-
{
90-
"aqua-to-js": "0.3.7-feat-VM-407-msgpack-particle-a9a365e-2481-1",
91-
"interfaces": "0.11.0-feat-VM-407-msgpack-particle-a9a365e-2481-1",
92-
"js-client": "0.7.0-feat-VM-407-msgpack-particle-a9a365e-2481-1",
93-
"js-client-isomorphic": "0.5.0-feat-VM-407-msgpack-particle-a9a365e-2481-1",
94-
"marine-worker": "0.5.1-feat-VM-407-msgpack-particle-a9a365e-2481-1",
95-
"npm-aqua-compiler": "0.0.2-feat-VM-407-msgpack-particle-a9a365e-2481-1"
96-
}
9788

9889
js-client:
9990
needs:
@@ -108,15 +99,6 @@ jobs:
10899
uses: fluencelabs/aqua/.github/workflows/tests.yml@main
109100
with:
110101
nox-image: "${{ needs.nox-snapshot.outputs.nox-image }}"
111-
js-client-snapshots: |
112-
{
113-
"aqua-to-js": "0.3.7-feat-VM-407-msgpack-particle-a9a365e-2481-1",
114-
"interfaces": "0.11.0-feat-VM-407-msgpack-particle-a9a365e-2481-1",
115-
"js-client": "0.7.0-feat-VM-407-msgpack-particle-a9a365e-2481-1",
116-
"js-client-isomorphic": "0.5.0-feat-VM-407-msgpack-particle-a9a365e-2481-1",
117-
"marine-worker": "0.5.1-feat-VM-407-msgpack-particle-a9a365e-2481-1",
118-
"npm-aqua-compiler": "0.0.2-feat-VM-407-msgpack-particle-a9a365e-2481-1"
119-
}
120102

121103
registry:
122104
needs:

0 commit comments

Comments
 (0)