Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 committed Feb 23, 2025
1 parent 142f8e6 commit a9c230e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,16 @@ jobs:
yarn install
- name: Build image
run: |
yarn build
docker images --all
run: yarn build

- name: Build and run proposal tests
run: yarn test

- name: Build and Push image
run: |
docker images --all
docker tag "${{ env.REGISTRY }}/agoric/agoric-3-proposals:latest" \
docker tag "${{ env.REGISTRY }}/agoric/agoric-3-proposals:use-fast-usdc-beta" \
"${{ env.REGISTRY }}/agoric/a3p-emerynet:${{ env.TIMESTAMP }}"
docker images --all
docker push "${{ env.REGISTRY }}/agoric/a3p-emerynet:${{ env.TIMESTAMP }}"
name: Proposal tests
Expand Down

0 comments on commit a9c230e

Please sign in to comment.