Skip to content

Commit

Permalink
new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ksobitov committed Nov 29, 2023
1 parent bae2bb1 commit 911ab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: ./client
file: Dockerfile
context: client
file: client/Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/multi-client:latest
3 changes: 0 additions & 3 deletions client/src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import { render, screen } from '@testing-library/react';
import App from './App';

test('renders learn react link', () => {});

0 comments on commit 911ab6b

Please sign in to comment.