ci: Copy the src directory
This commit is contained in:
parent
92f3865ee7
commit
46d1499e9d
|
@ -17,7 +17,7 @@ final class TalkExtensionTest extends TestCase
|
||||||
/** @test */
|
/** @test */
|
||||||
public function it_returns_zero_if_there_are_no_talks(): void
|
public function it_returns_zero_if_there_are_no_talks(): void
|
||||||
{
|
{
|
||||||
$this->assertSame(0, $this->subject->getPastTalkCount([]));
|
$this->assertSame(0, $this->subject->getPastTalkCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
|
|
|
@ -6,6 +6,7 @@ COPY composer.* ./
|
||||||
RUN composer install --no-dev
|
RUN composer install --no-dev
|
||||||
COPY app app
|
COPY app app
|
||||||
COPY source source
|
COPY source source
|
||||||
|
COPY src src
|
||||||
RUN sculpin generate --env prod
|
RUN sculpin generate --env prod
|
||||||
|
|
||||||
FROM node:14 AS assets
|
FROM node:14 AS assets
|
||||||
|
|
Loading…
Reference in a new issue